4-bit ECC support for Marvell Kirkwood SOC

git-svn-id: svn://svn.berlios.de/openocd/trunk@1768 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-05-12 17:29:16 +00:00
parent f34386ee32
commit cbfa0304f9
5 changed files with 197 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ proc sheevaplug_reflash_uboot { } {
sheevaplug_init
nand probe 0
nand erase 0 0 4
nand write 0 uboot.bin 0 oob_softecc
nand write 0 uboot.bin 0 oob_softecc_kw
resume
}
@@ -108,7 +108,7 @@ proc sheevaplug_load_uboot { } {
# load u-Boot into RAM and execute it
sheevaplug_init
load_image /tmp/uboot.elf
load_image uboot.elf
verify_image uboot.elf
resume 0x00600000