diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2019-03-15 15:14:44 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-22 12:06:38 -0400 |
commit | f313636845ddc1906bda3144878974f9e80e2a19 (patch) | |
tree | d3b4e98c92fbe88ed876d5bb8faa53c71ca8157b /include | |
parent | 2463ad34b031911e14da4935e006d5c18bf9a8bd (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/broadcom_bcm968580xref.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/broadcom_bcm968580xref.h b/include/configs/broadcom_bcm968580xref.h index 1c0945e140..52b4f55f7c 100644 --- a/include/configs/broadcom_bcm968580xref.h +++ b/include/configs/broadcom_bcm968580xref.h @@ -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 */ |