X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fboard%2Fsheevaplug.cfg;h=64e259678624b05225db7c40facb0a70f24c7cf3;hb=bf41e298c5ff6827d339ee5b8fba6d09b59b273c;hp=8e5c2655beaf60f067a51e321426b05648427932;hpb=a8bd749d4edfeee9832a75daa1ce3a519285d5b2;p=openocd.git 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 }