[PATCH 03/13] arm: mach-k3: j721s2_spl: Alias Ethernet boot to CPGMAC
Chintan Vankar
c-vankar at ti.com
Tue Jan 7 10:38:30 CET 2025
This is required to enable spl_net boot on AM68-SK.
Signed-off-by: Chintan Vankar <c-vankar at ti.com>
---
arch/arm/mach-k3/include/mach/j721s2_spl.h | 1 +
1 file changed, 1 insertion(+)
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
--
2.34.1
More information about the U-Boot
mailing list