]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - doc/README.sh7757lcr
Coding Style cleanup
[karo-tx-uboot.git] / doc / README.sh7757lcr
index 109f715cc079f56b4715c9a677b313385e5951ff..37c1a7a98a9e6f2c6144709b9c7d30f7924784fc 100644 (file)
@@ -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
-