summaryrefslogtreecommitdiff
path: root/doc/README.sh7757lcr
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-12-19 12:03:40 +0100
committerWolfgang Denk <wd@denx.de>2011-12-19 12:03:40 +0100
commit6b62b9a31de421bc3646c4dc1063c6d037de62b3 (patch)
treee749aec12da01acbc8326a418eeed866a2752dab /doc/README.sh7757lcr
parent10879aa21ca22bdc631336d203b1742b16f91a30 (diff)
Coding Style cleanup
Fix trailing white space, indentation by spaces instead of TABs, excessive blank lines, trailing blank lines. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/README.sh7757lcr')
-rw-r--r--doc/README.sh7757lcr7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/README.sh7757lcr b/doc/README.sh7757lcr
index 109f715cc0..37c1a7a98a 100644
--- a/doc/README.sh7757lcr
+++ b/doc/README.sh7757lcr
@@ -67,11 +67,10 @@ Update SPI ROM:
============================
1. Copy u-boot image to RAM area.
-2. Probe SPI device.
- => sf probe 0
+2. Probe SPI device.
+ => sf probe 0
8192 KiB M25P64 at 0:0 is now current device
3. Erase SPI ROM.
- => sf erase 0 80000
+ => sf erase 0 80000
4. Write u-boot image to SPI ROM.
=> sf write 0x89000000 0 80000
-