From 42f75050667bf1a0a3fbe7d8dd6d2ec5fc127935 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 22 Sep 2016 12:56:15 +1200 Subject: arm: mvebu: NAND support for DB-88F6820-AMC Enable the NAND interface on this board. Signed-off-by: Chris Packham Signed-off-by: Stefan Roese --- include/configs/db-88f6820-amc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/db-88f6820-amc.h') diff --git a/include/configs/db-88f6820-amc.h b/include/configs/db-88f6820-amc.h index 042ded8..a6d0221 100644 --- a/include/configs/db-88f6820-amc.h +++ b/include/configs/db-88f6820-amc.h @@ -68,6 +68,10 @@ #define CONFIG_PCI_SCAN_SHOW #endif +/* NAND */ +#define CONFIG_SYS_NAND_USE_FLASH_BBT +#define CONFIG_SYS_NAND_ONFI_DETECTION + #define CONFIG_SYS_CONSOLE_INFO_QUIET /* don't print console @ startup */ #define CONFIG_SYS_ALT_MEMTEST -- cgit v1.1