Fix flash name in Hitex LPC2929 board config
This commit is contained in:
parent
f2a1b7f3af
commit
bd9d2468cb
|
@ -28,7 +28,7 @@ $_TARGETNAME configure -event reset-start {
|
|||
}
|
||||
|
||||
# External 16-bit flash at chip select CS7 (SST39VF3201-70, 4 MiB)
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
set _FLASHNAME $_CHIPNAME.extflash
|
||||
flash bank $_FLASHNAME cfi 0x5C000000 0x400000 2 2 $_TARGETNAME jedec_probe
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue