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 /configs | |
parent | 2463ad34b031911e14da4935e006d5c18bf9a8bd (diff) | |
download | u-boot-f313636845ddc1906bda3144878974f9e80e2a19.zip u-boot-f313636845ddc1906bda3144878974f9e80e2a19.tar.gz u-boot-f313636845ddc1906bda3144878974f9e80e2a19.tar.bz2 |
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 'configs')
-rw-r--r-- | configs/bcm968580xref_ram_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig index 456ece7..bfd7f0e 100644 --- a/configs/bcm968580xref_ram_defconfig +++ b/configs/bcm968580xref_ram_defconfig @@ -16,6 +16,9 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTEFI_SELFTEST=y CONFIG_CMD_GPIO=y +CONFIG_CMD_MTD=y +CONFIG_CMD_NAND=y +CONFIG_CMD_PART=y CONFIG_DOS_PARTITION=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y @@ -26,6 +29,10 @@ CONFIG_CLK=y CONFIG_DM_GPIO=y CONFIG_BCM6345_GPIO=y # CONFIG_MMC is not set +CONFIG_MTD=y +CONFIG_NAND=y +CONFIG_NAND_BRCMNAND=y +CONFIG_NAND_BRCMNAND_6858=y CONFIG_SPECIFY_CONSOLE_INDEX=y # CONFIG_SPL_SERIAL_PRESENT is not set CONFIG_CONS_INDEX=0 |