]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/hermes.h
Change all '$(...)' variable references into '${...}'
[people/ms/u-boot.git] / include / configs / hermes.h
index 1486377caa9b5f102095d109e0b97fbd87f64b6b..91117bab726242f00eeb9a5253e86dca829bc46b 100644 (file)
@@ -55,8 +55,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"
 
 #define CONFIG_LOADS_ECHO      1       /* echo on for serial download  */