diff options
Diffstat (limited to 'include/configs/db-88f6820-amc.h')
-rw-r--r-- | include/configs/db-88f6820-amc.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |