TCL/SPEAr: Added Serial flash in board file

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo 2010-11-11 14:16:52 +08:00 committed by Øyvind Harboe
parent e7a8de1762
commit 09c798a144
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ arm7_9 fast_memory_access enable
set _FLASHNAME0 $_CHIPNAME.pnor
flash bank $_FLASHNAME0 cfi 0x50000000 0x01000000 2 4 $_TARGETNAME
# Serial NOR on SMI CS0. 8Mbyte.
set _FLASHNAME1 $_CHIPNAME.snor
flash bank $_FLASHNAME1 spearsmi 0xf8000000 0 0 0 $_TARGETNAME
if { [info exists BOARD_HAS_SRST] } {
# Modified board has SRST on JTAG connector
reset_config trst_and_srst separate srst_gates_jtag \