[PATCH 06/13] configs: am68: Enable configs required for Ethernet boot

Roger Quadros rogerq at kernel.org
Tue Jan 7 15:40:50 CET 2025



On 07/01/2025 11:38, Chintan Vankar wrote:
> Enable config options needed to support Ethernet boot on AM68-SK.
> 
> Signed-off-by: Chintan Vankar <c-vankar at ti.com>
> ---
>  configs/am68_sk_a72_ethboot_defconfig | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 configs/am68_sk_a72_ethboot_defconfig
> 
> diff --git a/configs/am68_sk_a72_ethboot_defconfig b/configs/am68_sk_a72_ethboot_defconfig
> new file mode 100644
> index 00000000000..42469861961
> --- /dev/null
> +++ b/configs/am68_sk_a72_ethboot_defconfig
> @@ -0,0 +1,18 @@
> +#include <configs/am68_sk_a72_defconfig>
> +
> +CONFIG_ARM=y
> +CONFIG_ARCH_K3=y
> +CONFIG_SOC_K3_J721S2=y
> +CONFIG_TARGET_J721S2_A72_EVM=y
> +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am68-sk-base-board"
> +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="AM68 U-Boot A72 SPL"
> +CONFIG_SPL_SYSCON=y
> +CONFIG_SPL_RAW_IMAGE_SUPPORT=y
> +CONFIG_OF_UPSTREAM=y
> +CONFIG_SPL_STACK_R_ADDR=0x83000000

Please avoid duplicates already in configs/am68_sk_a72_defconfig or
configs/j721s2_evm_a72_defconfig

-- 
cheers,
-roger



More information about the U-Boot mailing list