[PATCH v3 04/15] arm: mach-k3: j721s2_spl: Alias Ethernet boot to CPGMAC
    Chintan Vankar 
    c-vankar at ti.com
       
    Tue Feb 25 12:48:52 CET 2025
    
    
  
This is required to enable spl_net boot on AM68-SK.
Signed-off-by: Chintan Vankar <c-vankar at ti.com>
---
Link to v2:
https://lore.kernel.org/r/20250219104831.2315464-6-c-vankar@ti.com/
Changes from v2 to v3:
- No changes.
 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