[PATCH 2/3] configs: am62ax_evm_a53_ethboot: Enable config options required to enable Ethernet boot
Andrew Davis
afd at ti.com
Thu Jul 9 16:40:14 CEST 2026
On 7/9/26 5:17 AM, Chintan Vankar wrote:
> Hello Andrew, Vignesh,
>
> Let me know if I can enable config options required for A53 stage in the
> base file since A53 SPL size is more than R5 SPL stage.
>
Having matching configs for R5 and A53, even if the A53 changes could
have been folded into the main one, helps prevent confusion when one
wants to enable ethboot but would only see the R5 _ethboot_ config.
So I'm fine with this either way, as-is works,
Acked-by: Andrew Davis <afd at ti.com>
> Regards,
> Chintan.
>
> On 02/07/26 13:42, Chintan Vankar wrote:
>> Enable config options required to enable Ethernet boot on SK-AM62A-LP.
>>
>> Signed-off-by: Chintan Vankar <c-vankar at ti.com>
>> ---
>> configs/am62ax_evm_a53_ethboot_defconfig | 16 ++++++++++++++++
>> 1 file changed, 16 insertions(+)
>> create mode 100644 configs/am62ax_evm_a53_ethboot_defconfig
>>
>> diff --git a/configs/am62ax_evm_a53_ethboot_defconfig b/configs/am62ax_evm_a53_ethboot_defconfig
>> new file mode 100644
>> index 00000000000..a64542315fe
>> --- /dev/null
>> +++ b/configs/am62ax_evm_a53_ethboot_defconfig
>> @@ -0,0 +1,16 @@
>> +#include <configs/am62ax_evm_a53_defconfig>
>> +
>> +CONFIG_ARM=y
>> +CONFIG_ARCH_K3=y
>> +CONFIG_SOC_K3_AM62A7=y
>> +CONFIG_TARGET_AM62A7_A53_EVM=y
>> +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62a7-sk"
>> +CONFIG_SPL_STACK_R_ADDR=0x82000000
>> +CONFIG_SPL_DRIVERS_MISC=y
>> +CONFIG_SPL_BOARD_INIT=y
>> +CONFIG_SPL_DMA=y
>> +CONFIG_SPL_ENV_SUPPORT=y
>> +CONFIG_SPL_ETH=y
>> +CONFIG_SPL_NET=y
>> +CONFIG_SPL_NET_VCI_STRING="AM62AX U-Boot A53 SPL"
>> +CONFIG_SPL_SYSCON=y
>
More information about the U-Boot
mailing list