summaryrefslogtreecommitdiff
path: root/include/configs/debris.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/debris.h')
-rw-r--r--include/configs/debris.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/debris.h b/include/configs/debris.h
index b483f407d..8ff963f55 100644
--- a/include/configs/debris.h
+++ b/include/configs/debris.h
@@ -45,9 +45,9 @@
#define CONFIG_BOOTCOMMAND \
"tftp 800000 pImage; " \
"setenv bootargs console=ttyS0,9600 init=/linuxrc " \
- "root=/dev/nfs rw nfsroot=$(serverip):$(rootpath) " \
- "ip=$(ipaddr):$(serverip):$(gatewayip):" \
- "$(netmask):$(hostname):eth0:none " \
+ "root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " \
+ "ip=${ipaddr}:${serverip}:${gatewayip}:" \
+ "${netmask}:${hostname}:eth0:none " \
"mtdparts=phys:12m(root),-(kernel); " \
"bootm 800000"