aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2012-03-05 21:23:20 +0100
committerØyvind Harboe <oyvindharboe@gmail.com>2012-03-11 21:14:21 +0000
commited12a6521f2ad26ab7140d346bc10250cbf869e1 (patch)
tree40a87523a604aeb6007e24376be7bf5f35ad5ad0 /tcl
parent0999bdb830492fe3263c5c3c461bce03f87d3b8e (diff)
downloadriscv-openocd-ed12a6521f2ad26ab7140d346bc10250cbf869e1.zip
riscv-openocd-ed12a6521f2ad26ab7140d346bc10250cbf869e1.tar.gz
riscv-openocd-ed12a6521f2ad26ab7140d346bc10250cbf869e1.tar.bz2
flash: retire unused eCos flash driver
even the AT91EB40a's flash is covered by CFI and nobody ever submitted any other drivers based on eCos code. It's just possible that this idea was missing documentation and "marketing", but it's in git if somebody wants to resurrect it. Change-Id: I66449aa6e0997301f9d67f28098789bfc891d6e9 Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/502 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/at91eb40a.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/at91eb40a.cfg b/tcl/board/at91eb40a.cfg
index 8b05873..d8a82a5 100644
--- a/tcl/board/at91eb40a.cfg
+++ b/tcl/board/at91eb40a.cfg
@@ -45,7 +45,7 @@ arm7_9 dcc_downloads enable
#flash driver
set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME ecosflash 0x01000000 0x200000 2 2 $_TARGETNAME ecos/at91eb40a.elf
+flash bank $_FLASHNAME cfi 0x01000000 0x200000 2 2 $_TARGETNAME
# required for usable performance. Used for lots of
# other things than flash programming.