summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-16 20:52:07 +0300
committerTom Rini <trini@konsulko.com>2020-01-16 20:52:07 +0300
commit994bb86fc90aa9edff5a6685b28b44e2f77de196 (patch)
tree5d86ff6f1ce8373432414bae1ca351c9e38bea73 /configs
parent92329e2413f444d1edf29bab66aefccfd782e0a7 (diff)
parente6a5a5c72b63fd6d2c7ed48b3e49d8da726c69c2 (diff)
downloadu-boot-994bb86fc90aa9edff5a6685b28b44e2f77de196.tar.xz
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Clearfog: Fix SD booting (Baruch) - Misc updates to MMC handling in SPL to support booting from main data partition (vs hardware boot partition) on MVEBU (Baruch)
Diffstat (limited to 'configs')
-rw-r--r--configs/clearfog_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index 787c6360a7..b48a4abfcb 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -26,7 +26,8 @@ CONFIG_USE_PREBOOT=y
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_SYS_MMCSD_RAW_MODE_U_BOOT_DATA_PART_OFFSET=0x1
+CONFIG_SPL_DM_GPIO=y
CONFIG_SPL_I2C_SUPPORT=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y