From: <oh...@ma...> - 2009-04-02 23:24:57
|
Author: oharboe Date: 2009-04-02 23:24:56 +0200 (Thu, 02 Apr 2009) New Revision: 1447 Modified: trunk/src/target/board/sheevaplug.cfg Log: Nicolas Pitre nico at cam.org write ECC data when reflashing u-Boot on the SheevaPlug Modified: trunk/src/target/board/sheevaplug.cfg =================================================================== --- trunk/src/target/board/sheevaplug.cfg 2009-04-02 21:24:08 UTC (rev 1446) +++ trunk/src/target/board/sheevaplug.cfg 2009-04-02 21:24:56 UTC (rev 1447) @@ -99,8 +99,8 @@ sheevaplug_init nand probe 0 nand erase 0 0 4 - nand write 0 uboot.bin 0 - reset run + nand write 0 uboot.bin 0 oob_softecc + resume } |