summaryrefslogtreecommitdiff
path: root/configs/phycore_am62ax_r5_defconfig
diff options
context:
space:
mode:
authorDaniel Schultz <[email protected]>2025-09-09 12:36:53 +0200
committerTom Rini <[email protected]>2025-09-19 11:56:52 -0600
commit6f79e80079aae24d2fbcc73185a5a35fdeaed3bb (patch)
treeab772b76f247afa17a42be922da67ff8be4d92c6 /configs/phycore_am62ax_r5_defconfig
parent9cf4f522fc96e29df4ab23f5bcbbbe432ae32237 (diff)
configs: phycore_am62ax_r5_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]>
Diffstat (limited to 'configs/phycore_am62ax_r5_defconfig')
-rw-r--r--configs/phycore_am62ax_r5_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/phycore_am62ax_r5_defconfig b/configs/phycore_am62ax_r5_defconfig
index 01d100842de..584a6415ca5 100644
--- a/configs/phycore_am62ax_r5_defconfig
+++ b/configs/phycore_am62ax_r5_defconfig
@@ -42,6 +42,8 @@ CONFIG_SPL_SYS_MALLOC=y
CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y
CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x84000000
CONFIG_SPL_EARLY_BSS=y
+CONFIG_SPL_SYS_MMCSD_RAW_MODE=y
+CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x400
CONFIG_SPL_DMA=y
CONFIG_SPL_DM_MAILBOX=y
CONFIG_SPL_MTD=y