[PATCH 12/13] configs: am62p: Enable configs required for Ethboot
Bryan Brattlof
bb at ti.com
Tue Jan 7 15:12:34 CET 2025
On January 7, 2025 thus sayeth Chintan Vankar:
> Enable config options needed to support Ethernet boot on AM62p SK.
>
> Signed-off-by: Chintan Vankar <c-vankar at ti.com>
> ---
> configs/am62px_evm_a53_ethboot_defconfig | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 configs/am62px_evm_a53_ethboot_defconfig
>
> diff --git a/configs/am62px_evm_a53_ethboot_defconfig b/configs/am62px_evm_a53_ethboot_defconfig
> new file mode 100644
> index 00000000000..8f9b0c4b755
> --- /dev/null
> +++ b/configs/am62px_evm_a53_ethboot_defconfig
> @@ -0,0 +1,17 @@
> +#include <configs/am62px_evm_a53_defconfig>
> +
> +CONFIG_ARM=y
> +CONFIG_ARCH_K3=y
> +CONFIG_SOC_K3_AM62P5=y
> +CONFIG_TARGET_AM62P5_A53_EVM=y
> +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62p5-sk"
> +CONFIG_SPL_STACK_R_ADDR=0x83000000
> +CONFIG_SPL_DRIVERS_MISC=y
> +#CONFIG_SPL_BOARD_INIT=y
Are we trying to turn this off?
~Bryan
More information about the U-Boot
mailing list