summaryrefslogtreecommitdiffstats
path: root/board/fads
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-11-20 21:40:11 +0100
committerWolfgang Denk <wd@pollux.(none)>2005-11-20 21:40:11 +0100
commitfe126d8b34d2e7c3c2dc1d4e61086018e016768c (patch)
treecf98c7ecc453853f3d8ec4093b5db2587931905b /board/fads
parent5a164c8ca909f170354ea66835b8145c930b2807 (diff)
downloadtalos-obmc-uboot-fe126d8b34d2e7c3c2dc1d4e61086018e016768c.tar.gz
talos-obmc-uboot-fe126d8b34d2e7c3c2dc1d4e61086018e016768c.zip
Change all '$(...)' variable references into '${...}'
which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
Diffstat (limited to 'board/fads')
-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