flash: add nuc910 nand driver
This adds a nand driver support for the nuc910 target. Note that ECC is not currently supported by this driver, although it is supported by the peripheral. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
@@ -21,6 +21,9 @@ $_TARGETNAME configure -work-area-phys 0x00000000 -work-area-size 0x04000000 -wo
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME cfi 0x20000000 0x00200000 2 2 $_TARGETNAME
|
||||
|
||||
set _NANDNAME $_CHIPNAME.nand
|
||||
nand device $_NANDNAME nuc910 $_TARGETNAME
|
||||
|
||||
#
|
||||
# Target events
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user