From 0da0bfd40a0ba46a68a6b9db428700241d2700b1 Mon Sep 17 00:00:00 2001 From: Freddie Chopin Date: Thu, 29 Oct 2009 19:23:05 +0100 Subject: target.cfg: use $_TARGETNAME for flash This gets rid of runtime warnings from the use of numbers. STM32 and LPC2103 were tested. Other LPC updates are the same, and so are safe. The CFI updates match other tested changes now in the tree. Signed-off-by: David Brownell --- tcl/target/xba_revA3.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl/target/xba_revA3.cfg') diff --git a/tcl/target/xba_revA3.cfg b/tcl/target/xba_revA3.cfg index 0595fa16..e1c88705 100644 --- a/tcl/target/xba_revA3.cfg +++ b/tcl/target/xba_revA3.cfg @@ -79,7 +79,7 @@ $_TARGETNAME configure -event reset-init { $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20010000 -work-area-size 0x8060 -work-area-backup 0 -flash bank cfi 0x50000000 0x400000 2 2 0 +flash bank cfi 0x50000000 0x400000 2 2 $_TARGETNAME init reset init -- cgit v1.2.3