From 215a5f7442773693045613cff9e3ce3c7f7e9678 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Wed, 12 May 2010 23:04:57 +0100 Subject: scripts: update flash bank names As the flash bank name is now unique update the scripts to suit. Signed-off-by: Spencer Oliver --- tcl/target/str750.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcl/target/str750.cfg') diff --git a/tcl/target/str750.cfg b/tcl/target/str750.cfg index 8a64226..7d9f034 100644 --- a/tcl/target/str750.cfg +++ b/tcl/target/str750.cfg @@ -53,8 +53,8 @@ $_TARGETNAME configure -event gdb-flash-erase-start { $_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0 #flash bank -set _FLASHNAME $_CHIPNAME.flash +set _FLASHNAME $_CHIPNAME.flash0 flash bank $_FLASHNAME str7x 0x20000000 0x00040000 0 0 $_TARGETNAME STR75x -set _FLASHNAME $_CHIPNAME.flash +set _FLASHNAME $_CHIPNAME.flash1 flash bank $_FLASHNAME str7x 0x200C0000 0x00004000 0 0 $_TARGETNAME STR75x -- cgit v1.1