]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/PM828.h
Change all '$(...)' variable references into '${...}'
[people/ms/u-boot.git] / include / configs / PM828.h
index 7d98df5cac4435b884b710fdcc700399118e5935..982a1f814301a57cbbb27b2937137cb390758e81 100644 (file)
@@ -48,8 +48,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 */