diff options
| author | Tom Rini <trini@konsulko.com> | 2024-08-23 15:59:03 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-08-23 15:59:03 -0600 |
| commit | 5948fd0ae7a86af6e2b6a5227005b92ad2ab67d8 (patch) | |
| tree | e531925228a2bf543e8376de5ae1a625d9a8d0aa /configs/phycore-imx8mp_defconfig | |
| parent | b8f0f8db23f77a5e2437c7df411a78da71fab13a (diff) | |
| parent | d938743d15a9bbe46353d15f16fb4b764e1462b7 (diff) | |
Merge patch series "spl: mmc: Some tweaks for SPL, particularly with MMC"
Simon Glass <sjg@chromium.org> says:
This series includes various minor fixes and tweaks found when trying
to reduce the size of MMC code in SPL.
Diffstat (limited to 'configs/phycore-imx8mp_defconfig')
| -rw-r--r-- | configs/phycore-imx8mp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index 6b0ffecf9a7..802d9561605 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -45,6 +45,7 @@ CONFIG_SPL_SYS_MALLOC=y CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x42200000 CONFIG_SPL_SYS_MALLOC_SIZE=0x80000 +CONFIG_SPL_SYS_MMCSD_RAW_MODE=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x300 # CONFIG_SPL_CRYPTO is not set |
