mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
mtd: nand: build MXS driver for MX7 as well
The i.MX7 has the same GPMI controller as i.MX6 and is covered by the MXS driver. Tell Kconfig that we can use this driver on the MX7 platform (the MXS driver already has the few i.MX7-specific changes needed for basic operation and the board itself sets the pinmux correctly). Tested on i.MX7D with the Sabre board and a NAND Flash soldered to U12. Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
This commit is contained in:
parent
774eb2dbc0
commit
f78038dc0d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ config NAND_ARASAN
|
|||
|
||||
config NAND_MXS
|
||||
bool "MXS NAND support"
|
||||
depends on MX6
|
||||
depends on MX6 || MX7
|
||||
help
|
||||
This enables NAND driver for the NAND flash controller on the
|
||||
MXS processors.
|
||||
|
|
Loading…
Add table
Reference in a new issue