From: Chintan Vankar Date: Thu, 31 Jul 2025 07:59:41 +0000 (+0530) Subject: arm: mach-k3: j721s2_spl: Alias Ethernet boot to CPGMAC X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e85b090165ec55ef7e19bdd7fc11e9e6f74ec58e;p=thirdparty%2Fu-boot.git arm: mach-k3: j721s2_spl: Alias Ethernet boot to CPGMAC This is required to enable spl_net boot on SK-AM68. Signed-off-by: Chintan Vankar --- diff --git a/arch/arm/mach-k3/include/mach/j721s2_spl.h b/arch/arm/mach-k3/include/mach/j721s2_spl.h index d8fae2c8b45..47a61281d94 100644 --- a/arch/arm/mach-k3/include/mach/j721s2_spl.h +++ b/arch/arm/mach-k3/include/mach/j721s2_spl.h @@ -12,6 +12,7 @@ #define BOOT_DEVICE_OSPI 0x01 #define BOOT_DEVICE_QSPI 0x02 #define BOOT_DEVICE_SPI 0x03 +#define BOOT_DEVICE_CPGMAC 0x04 #define BOOT_DEVICE_ETHERNET 0x04 #define BOOT_DEVICE_I2C 0x06 #define BOOT_DEVICE_UART 0x07