diff options
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 bb8375a6b..622bef537 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 |