diff options
author | Stefan Roese | 2015-07-23 10:26:18 +0200 |
---|---|---|
committer | Scott Wood | 2015-08-25 22:53:58 -0500 |
commit | d6b6303dbe00f99d105f1d4479f6ea60434861c1 (patch) | |
tree | 0b0dbdd56c8e3087bb7fcee20bd732e4a868f789 /configs | |
parent | 873960c89ed5ff519cc13145ea0828de29c27e55 (diff) |
arm: mvebu: Enable NAND on db-mv784mp-gp
This patch enables NAND support on the Marvell Armada XP
DB-MV784MP-GP eval board.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Peter Morrow <peter@senient.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/db-mv784mp-gp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/db-mv784mp-gp_defconfig b/configs/db-mv784mp-gp_defconfig index d11377f0edf..c9859a8a5be 100644 --- a/configs/db-mv784mp-gp_defconfig +++ b/configs/db-mv784mp-gp_defconfig @@ -4,4 +4,5 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_NAND_PXA3XX=y CONFIG_SPI_FLASH=y |