summaryrefslogtreecommitdiff
path: root/src/target/board
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/board')
-rw-r--r--src/target/board/sheevaplug.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/board/sheevaplug.cfg b/src/target/board/sheevaplug.cfg
index 64e25967..276d6f24 100644
--- a/src/target/board/sheevaplug.cfg
+++ b/src/target/board/sheevaplug.cfg
@@ -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