X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FCPU86.h;h=16a9ea5dd710db9aae16ea1bf2ceeff1d0f26866;hb=038ccac511214b062c56f22b9413f784b86bcd87;hp=09185b1dbbc7388e7b0a35b8ef997dfee576d8e2;hpb=9c4c5ae3e10e4f2ca799aacbb74e1f5adb86e0b5;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/CPU86.h b/include/configs/CPU86.h index 09185b1..16a9ea5 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" /*-----------------------------------------------------------------------