diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-30 11:20:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-30 11:20:03 -0500 |
commit | d814ff34a1ffb1e60059c964ad692c5c8fc8564b (patch) | |
tree | ade7957449a4c2c394ac07d1319b6f4873cf4dc6 /configs/dreamplug_defconfig | |
parent | 6d4a3ff2649faa2cf2739e332557f256cc34831e (diff) | |
parent | d997ad034b6a2e840fefb8224bfd85391cafd71d (diff) |
Merge git://git.denx.de/u-boot-marvell
- Some Kirkwood boards converted to DM_SPI by Chris
- New Armada-385 SoC revision printed by Chris
- Ethernet enable on mcbin by Baruch
- Support 2 DRAM banks on Armada-8k boards by Baruch
Diffstat (limited to 'configs/dreamplug_defconfig')
-rw-r--r-- | configs/dreamplug_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig index 76c768006d..d3263cf9cd 100644 --- a/configs/dreamplug_defconfig +++ b/configs/dreamplug_defconfig @@ -26,6 +26,7 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_DM=y CONFIG_MVSATA_IDE=y # CONFIG_MMC is not set +CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_MVGBE=y @@ -34,6 +35,7 @@ CONFIG_DM_RTC=y CONFIG_RTC_MV=y CONFIG_SYS_NS16550=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_KIRKWOOD_SPI=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |