summaryrefslogtreecommitdiffstats
path: root/board/fads/fads.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/fads/fads.h')
-rw-r--r--board/fads/fads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/fads/fads.h b/board/fads/fads.h
index aff1b7efec..1127c7ff72 100644
--- a/board/fads/fads.h
+++ b/board/fads/fads.h
@@ -58,8 +58,8 @@
#undef CONFIG_BOOTARGS
#define CONFIG_BOOTCOMMAND \
"dhcp;" \
- "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"
#undef CONFIG_WATCHDOG /* watchdog disabled */
OpenPOWER on IntegriCloud