diff options
| author | Daniel Schultz <[email protected]> | 2025-09-09 12:36:54 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-19 11:56:52 -0600 |
| commit | be5715f9aa93341fb01f870af596bfa37e137b91 (patch) | |
| tree | b3d8503fcccf40652a7fb088201e0aad6fd1ef06 | |
| parent | 6f79e80079aae24d2fbcc73185a5a35fdeaed3bb (diff) | |
configs: phycore_am62ax_a53_defconfig: eMMC boot from raw offsets
Enable CONFIG_SPL_SYS_MMCSD_RAW_MODE and set the offset address to
boot from raw addresses instead of a FAT partition.
Signed-off-by: Daniel Schultz <[email protected]>
Signed-off-by: Wadim Egorov <[email protected]>
Acked-by: Anshul Dalal <[email protected]>
| -rw-r--r-- | configs/phycore_am62ax_a53_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/phycore_am62ax_a53_defconfig b/configs/phycore_am62ax_a53_defconfig index 05849d05be4..27fa4386a21 100644 --- a/configs/phycore_am62ax_a53_defconfig +++ b/configs/phycore_am62ax_a53_defconfig @@ -48,6 +48,8 @@ CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_PAD_TO=0x0 CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y +CONFIG_SPL_SYS_MMCSD_RAW_MODE=y +CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x1400 CONFIG_SPL_DMA=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_ETH=y |
