diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-04-30 02:51:05 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-04-30 02:51:05 +0200 |
commit | da9f72ca0a3305cf6f961834dc441496a36c85de (patch) | |
tree | a90940ae361df9ea489067adbc8b67031961a036 /tcl | |
parent | 5e79f999bcc898d94a2d7751831e9f7aee24fbd5 (diff) | |
download | riscv-openocd-da9f72ca0a3305cf6f961834dc441496a36c85de.zip riscv-openocd-da9f72ca0a3305cf6f961834dc441496a36c85de.tar.gz riscv-openocd-da9f72ca0a3305cf6f961834dc441496a36c85de.tar.bz2 |
zy1000: it has a CFI chip, no need for the ecosflash driver
The ecosflash driver is no longer used by any of the config
scripts. It is more useful to get more testing of CFI.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/zy1000.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/board/zy1000.cfg b/tcl/board/zy1000.cfg index 17594c2..ee7afcd 100644 --- a/tcl/board/zy1000.cfg +++ b/tcl/board/zy1000.cfg @@ -39,7 +39,8 @@ arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable 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 + $_TARGETNAME configure -event reset-init { # Set up chip selects & timings mww 0xFFE00000 0x0100273D |