From: Chintan Vankar Date: Thu, 31 Jul 2025 07:59:54 +0000 (+0530) Subject: arm: mach-k3: j784s4_spl: Alias Ethernet boot to CPGMAC X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=721d5c30f5704c78e7e45fa0234c8096a1bcd683;p=thirdparty%2Fu-boot.git arm: mach-k3: j784s4_spl: Alias Ethernet boot to CPGMAC This is required to enable spl_net boot on SK-AM69. Signed-off-by: Chintan Vankar --- diff --git a/arch/arm/mach-k3/include/mach/j784s4_spl.h b/arch/arm/mach-k3/include/mach/j784s4_spl.h index d481a46c675..3814dc95d01 100644 --- a/arch/arm/mach-k3/include/mach/j784s4_spl.h +++ b/arch/arm/mach-k3/include/mach/j784s4_spl.h @@ -44,4 +44,6 @@ #define K3_PRIMARY_BOOTMODE 0x0 #define K3_BACKUP_BOOTMODE 0x1 +#define BOOT_DEVICE_CPGMAC 0x04 + #endif