diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-21 13:38:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-21 13:38:09 -0500 |
commit | 562a63e86bc7b308a328a7bbdf0db237855c39a8 (patch) | |
tree | 4a43bc9ed8e360e64bf130224c599e866af18194 /configs | |
parent | 5c676780e116dc79c1819d6c49a2aa53e1053e04 (diff) | |
parent | 7a147220c6459aeb7c6b6f7afe4330dcce077c9b (diff) |
Merge git://git.denx.de/u-boot-marvell
- Fix breakage in helios4: Change U-Boot offset on SPI Flash
- Enable CONFIG_BLK for db-88f6820-amc
Diffstat (limited to 'configs')
-rw-r--r-- | configs/db-88f6820-amc_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/db-88f6820-amc_defconfig b/configs/db-88f6820-amc_defconfig index dd58198a54..9068a58406 100644 --- a/configs/db-88f6820-amc_defconfig +++ b/configs/db-88f6820-amc_defconfig @@ -43,6 +43,9 @@ CONFIG_EFI_PARTITION=y CONFIG_DEFAULT_DEVICE_TREE="armada-385-amc" CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SPL_OF_TRANSLATE=y +CONFIG_BLK=y +# CONFIG_SPL_BLK is not set +# CONFIG_BLOCK_CACHE is not set CONFIG_DM_I2C=y CONFIG_SYS_I2C_MVTWSI=y # CONFIG_MMC is not set |