diff options
author | Baruch Siach <baruch@tkos.co.il> | 2019-12-08 09:41:41 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-01-16 10:58:46 +0100 |
commit | c853fa721d874d5307beb8e5eae8a6dea2ad7b0d (patch) | |
tree | a01030b8b7d334cfde10671e0a07875a46e3c466 /configs/clearfog_defconfig | |
parent | 9d5d74c3ccdc78bac969d25e98eab96872e33b5c (diff) | |
download | u-boot-c853fa721d874d5307beb8e5eae8a6dea2ad7b0d.tar.gz u-boot-c853fa721d874d5307beb8e5eae8a6dea2ad7b0d.tar.xz u-boot-c853fa721d874d5307beb8e5eae8a6dea2ad7b0d.zip |
configs: clearfog: enable SPL_DM_GPIO to fix boot from SD
SPL needs DM GPIO to read the SD card-detect signal. This complements
the fix in commit 70bae02f71d4 ("arm: mvebu: clearfog: fix boot from SD
card").
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/clearfog_defconfig')
-rw-r--r-- | configs/clearfog_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index 787c6360a7..10c39e34fb 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig @@ -27,6 +27,7 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x141 +CONFIG_SPL_DM_GPIO=y CONFIG_SPL_I2C_SUPPORT=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y |