mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-26 11:05:52 +10:00
While "flash bank" syntax has been changed long ago, several tcl script are still not fully update. Fix following cases related with "cfi" driver: - syntax error: the mandatory <name> parameter is missing - warning: the <target> parameter is a number, instead of the target name - the comment line above the command does not report actual syntax Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
14 lines
334 B
INI
14 lines
334 B
INI
# The LogicPD Eval IMX27 eval board has a single IMX27 chip
|
|
source [find target/imx27.cfg]
|
|
|
|
# The Logic PD board has a NOR flash on CS0
|
|
set _FLASHNAME $_CHIPNAME.flash
|
|
flash_bank $_FLASHNAME cfi 0xc0000000 0x00200000 2 2 $_TARGETNAME
|
|
|
|
#
|
|
# FIX ME, Add support to
|
|
#
|
|
# (A) hard reset the board.
|
|
# (B) Initialize the SDRAM on the board
|
|
#
|