update 'flash bank' usage in scripts
Sets $_FLASHNAME to "$_CHIPNAME.flash" and passes it as the first argument to 'flash bank'.
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
|
||||
source [find target/samsung_s3c6410.cfg]
|
||||
|
||||
flash bank cfi 0x00000000 0x00100000 2 2 $_TARGETNAME jedec_probe
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME cfi 0x00000000 0x00100000 2 2 $_TARGETNAME jedec_probe
|
||||
|
||||
Reference in New Issue
Block a user