diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2019-08-14 15:18:41 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 10:09:17 -0400 |
commit | 84a527bd0907ec66e5cccd81ce641d24a726a5f0 (patch) | |
tree | f4cf9287d15faf3e1a55617dc5980707b38fbae0 /configs/bcm968580xref_ram_defconfig | |
parent | 05e93b3a134ebb17ac0c02014dc740581ea49545 (diff) | |
download | u-boot-84a527bd0907ec66e5cccd81ce641d24a726a5f0.tar.gz |
bcm968580xref: enable spi-nor support
This commit enable the support of the spi-nor for the
broadcom reference board bcm968580xref.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Kursad Oney <kursad.oney@broadcom.com>
Diffstat (limited to 'configs/bcm968580xref_ram_defconfig')
-rw-r--r-- | configs/bcm968580xref_ram_defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig index 62f9077a5c..6c6f57d3ad 100644 --- a/configs/bcm968580xref_ram_defconfig +++ b/configs/bcm968580xref_ram_defconfig @@ -16,6 +16,8 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MTD=y CONFIG_CMD_NAND=y CONFIG_CMD_PART=y +CONFIG_CMD_SF=y +CONFIG_CMD_SPI=y CONFIG_DOS_PARTITION=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y @@ -33,11 +35,18 @@ CONFIG_MTD=y CONFIG_NAND=y CONFIG_NAND_BRCMNAND=y CONFIG_NAND_BRCMNAND_6858=y +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_SFDP_SUPPORT=y +CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPECIFY_CONSOLE_INDEX=y CONFIG_CONS_INDEX=0 CONFIG_DM_SERIAL=y CONFIG_SERIAL_SEARCH_ALL=y CONFIG_BCM6345_SERIAL=y +CONFIG_SPI=y +CONFIG_DM_SPI=y +CONFIG_BCM63XX_HSSPI=y CONFIG_SYSRESET=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_WDT_BCM6345=y |