X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FICU862.h;h=cd17935893f5e25002f266d3dc491605cbd50f2e;hb=fe126d8b34d2e7c3c2dc1d4e61086018e016768c;hp=73ff0a35606f151b080e5d537335b839e9628a54;hpb=5a164c8ca909f170354ea66835b8145c930b2807;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ICU862.h b/include/configs/ICU862.h index 73ff0a3..cd17935 100644 --- a/include/configs/ICU862.h +++ b/include/configs/ICU862.h @@ -73,8 +73,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" #undef CONFIG_WATCHDOG /* watchdog disabled */