On Fri, 10 Jul 2026 15:52:27 +0530, Chintan Vankar <[email protected]> wrote: > diff --git a/configs/am62ax_evm_r5_ethboot_defconfig > b/configs/am62ax_evm_r5_ethboot_defconfig > new file mode 100644 > index 000000000000..2986feef29a5 > --- /dev/null > +++ b/configs/am62ax_evm_r5_ethboot_defconfig > @@ -0,0 +1,22 @@ > +#include <configs/am62ax_evm_r5_defconfig> > + > +# CONFIG_NO_NET is not set > +CONFIG_SPL_GPIO=y > +CONFIG_SPL_MMC=n > +CONFIG_SPL_BOARD_INIT=y
We already enable SPL_BOARD_INIT for the r5 and a53 defconfigs, rest looks good to me. Reviewed-by: Anshul Dalal <[email protected]> -- Anshul Dalal <[email protected]>

