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:
parent
3725fded17
commit
bf41e298c5
|
@ -99,8 +99,8 @@ proc sheevaplug_reflash_uboot { } {
|
||||||
sheevaplug_init
|
sheevaplug_init
|
||||||
nand probe 0
|
nand probe 0
|
||||||
nand erase 0 0 4
|
nand erase 0 0 4
|
||||||
nand write 0 uboot.bin 0
|
nand write 0 uboot.bin 0 oob_softecc
|
||||||
reset run
|
resume
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue