diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-16 12:52:07 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-16 12:52:07 -0500 |
commit | 994bb86fc90aa9edff5a6685b28b44e2f77de196 (patch) | |
tree | 5d86ff6f1ce8373432414bae1ca351c9e38bea73 /configs | |
parent | 92329e2413f444d1edf29bab66aefccfd782e0a7 (diff) | |
parent | e6a5a5c72b63fd6d2c7ed48b3e49d8da726c69c2 (diff) | |
download | u-boot-994bb86fc90aa9edff5a6685b28b44e2f77de196.tar.gz u-boot-994bb86fc90aa9edff5a6685b28b44e2f77de196.tar.xz u-boot-994bb86fc90aa9edff5a6685b28b44e2f77de196.zip |
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_defconfig | 3 |
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 |