]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/SCM.h
Change all '$(...)' variable references into '${...}'
[people/ms/u-boot.git] / include / configs / SCM.h
index 91914e80defba9f9b227be1bacadc25cad6f43f9..e263db65a2f7b84b1faccc7a8d402182c5c8962d 100644 (file)
@@ -68,8 +68,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"
 
 /* enable I2C and select the hardware/software driver */