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 <dbrownell@users.sourceforge.net>
This commit is contained in:
Freddie Chopin
2009-10-29 19:23:05 +01:00
committed by David Brownell
parent 8152106419
commit 0da0bfd40a
13 changed files with 13 additions and 13 deletions

View File

@@ -28,4 +28,4 @@ target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME
#flash configuration
#flash bank <driver> <base> <size> <chip_width> <bus_width> [driver_options ...]
flash bank cfi 0x60000000 0x1000000 2 2 0
flash bank cfi 0x60000000 0x1000000 2 2 $_TARGETNAME