summaryrefslogtreecommitdiffstats
path: root/doc/README.Sandpoint8240
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 /doc/README.Sandpoint8240
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 'doc/README.Sandpoint8240')
-rw-r--r--doc/README.Sandpoint82404
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.Sandpoint8240 b/doc/README.Sandpoint8240
index b506c01ce1..a41b69aced 100644
--- a/doc/README.Sandpoint8240
+++ b/doc/README.Sandpoint8240
@@ -253,7 +253,7 @@ bootfile=telemetry
hostname=sp1
ethaddr=00:03:47:97:E4:6B
load=tftp 100000 u-boot.bin
-update=protect off all;era FFF00000 FFF3FFFF;cp.b 100000 FFF00000 $(filesize);saveenv
+update=protect off all;era FFF00000 FFF3FFFF;cp.b 100000 FFF00000 ${filesize};saveenv
filesize=1f304
gatewayip=145.17.228.1
netmask=255.255.255.0
@@ -308,7 +308,7 @@ Protected 1 sectors
You can put these commands into some environment variables;
=> setenv load tftp 100000 u-boot.bin
-=> setenv update protect off all\;era FFF00000 FFF3FFFF\;cp.b 100000 FFF00000 \$(filesize)\;saveenv
+=> setenv update protect off all\;era FFF00000 FFF3FFFF\;cp.b 100000 FFF00000 \${filesize}\;saveenv
=> saveenv
Then you just have to type "run load" then "run update"
OpenPOWER on IntegriCloud