diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-11-20 21:40:11 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-11-20 21:40:11 +0100 |
commit | fe126d8b34d2e7c3c2dc1d4e61086018e016768c (patch) | |
tree | cf98c7ecc453853f3d8ec4093b5db2587931905b /doc/README.dk1s10 | |
parent | 5a164c8ca909f170354ea66835b8145c930b2807 (diff) | |
download | u-boot-imx-fe126d8b34d2e7c3c2dc1d4e61086018e016768c.zip u-boot-imx-fe126d8b34d2e7c3c2dc1d4e61086018e016768c.tar.gz u-boot-imx-fe126d8b34d2e7c3c2dc1d4e61086018e016768c.tar.bz2 |
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.dk1s10')
-rw-r--r-- | doc/README.dk1s10 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.dk1s10 b/doc/README.dk1s10 index bb8375a..622bef5 100644 --- a/doc/README.dk1s10 +++ b/doc/README.dk1s10 @@ -118,11 +118,11 @@ see the following: at the Altera Standard 32 to SRAM: - ==> cp.b 800000 40000 $(filesize) + ==> cp.b 800000 40000 ${filesize} at the Microtronix LDK 2.0 to SDRAM: - ==> cp.b 1010000 8000000 $(filesize) + ==> cp.b 1010000 8000000 ${filesize} U-Boot will now automatically start when the board is powered on or reset using the Standard-32 configuration. To start U-Boot with the |