X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FCPU86.h;h=1e9a99eed33e9e50640fa76e29e5ca0c730cf16d;hb=7b230f61db319d87d51449d4620d520822813fbb;hp=09185b1dbbc7388e7b0a35b8ef997dfee576d8e2;hpb=d56019c0eed08632c2b1f828ca9e0b22d6151414;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/CPU86.h b/include/configs/CPU86.h index 09185b1..1e9a99e 100644 --- a/include/configs/CPU86.h +++ b/include/configs/CPU86.h @@ -118,8 +118,8 @@ #undef CONFIG_BOOTARGS #define CONFIG_BOOTCOMMAND \ "bootp; " \ - "setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):$(rootpath) " \ - "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off; " \ + "setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " \ + "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " \ "bootm" /*----------------------------------------------------------------------- @@ -178,6 +178,8 @@ /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include +#define CFG_NAND_LEGACY + /* * Miscellaneous configurable options */