From fe126d8b34d2e7c3c2dc1d4e61086018e016768c Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 20 Nov 2005 21:40:11 +0100 Subject: 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. --- doc/README.dk1s10 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/README.dk1s10') 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 -- cgit v1.1