[PATCH 1/2] configs: phycore_am62ax_r5_defconfig: eMMC boot from raw offsets
Anshul Dalal
anshuld at ti.com
Wed Sep 10 07:11:02 CEST 2025
On Tue Sep 9, 2025 at 4:06 PM IST, Wadim Egorov wrote:
> From: Daniel Schultz <d.schultz at phytec.de>
>
> 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 <d.schultz at phytec.de>
> Signed-off-by: Wadim Egorov <w.egorov at phytec.de>
> ---
> configs/phycore_am62ax_r5_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> 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
Looks good to me,
Acked-by: Anshul Dalal <anshuld at ti.com>
Regards
More information about the U-Boot
mailing list