From: oharboe Date: Thu, 2 Apr 2009 21:24:56 +0000 (+0000) Subject: Nicolas Pitre nico at cam.org write ECC data when reflashing u-Boot on the SheevaPlug X-Git-Tag: v0.2.0~1056 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=bf41e298c5ff6827d339ee5b8fba6d09b59b273c;ds=sidebyside Nicolas Pitre nico at cam.org write ECC data when reflashing u-Boot on the SheevaPlug git-svn-id: svn://svn.berlios.de/openocd/trunk@1447 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/board/sheevaplug.cfg b/src/target/board/sheevaplug.cfg index 8e5c2655be..64e2596786 100644 --- a/src/target/board/sheevaplug.cfg +++ b/src/target/board/sheevaplug.cfg @@ -99,8 +99,8 @@ proc sheevaplug_reflash_uboot { } { 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 }