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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user