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
This commit is contained in:
oharboe 2009-04-02 21:24:56 +00:00
parent 3725fded17
commit bf41e298c5
1 changed files with 2 additions and 2 deletions

View File

@ -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
}