bcm968580xref: add nand support

Enable the nand support (driver and command)
in the configuration of the board bcm968580xref.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
Philippe Reynes
2019-03-15 15:14:44 +01:00
committed by Tom Rini
parent 2463ad34b0
commit f313636845
2 changed files with 14 additions and 0 deletions

View File

@@ -29,6 +29,13 @@
#define CONFIG_SKIP_LOWLEVEL_INIT
#ifdef CONFIG_NAND
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_SELF_INIT
#define CONFIG_SYS_NAND_ONFI_DETECTION
#define CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
#endif /* CONFIG_NAND */
/*
* 968580xref
*/