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/at91sam3u4e.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcl/target/at91sam3u4e.cfg') diff --git a/tcl/target/at91sam3u4e.cfg b/tcl/target/at91sam3u4e.cfg index e549185a..6f6e0d87 100644 --- a/tcl/target/at91sam3u4e.cfg +++ b/tcl/target/at91sam3u4e.cfg @@ -2,10 +2,10 @@ source [find target/at91sam3uXX.cfg] # size is automatically "calculated" by probing -set _FLASHNAME $_CHIPNAME.flash +set _FLASHNAME $_CHIPNAME.flash0 flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME # This is a 256K chip - it has the 2nd bank -set _FLASHNAME $_CHIPNAME.flash +set _FLASHNAME $_CHIPNAME.flash1 flash bank $_FLASHNAME at91sam3 0x000100000 0 1 1 $_TARGETNAME -- cgit v1.2.3