summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChintan Vankar <[email protected]>2025-07-31 13:29:54 +0530
committerTom Rini <[email protected]>2025-08-20 11:06:19 -0600
commit721d5c30f5704c78e7e45fa0234c8096a1bcd683 (patch)
treeecc74a160bc380215f75cc3d14a734fd7446eb79
parent8eecd9edb58e57018ce1a9adf9283d88541e974f (diff)
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 <[email protected]>
-rw-r--r--arch/arm/mach-k3/include/mach/j784s4_spl.h2
1 files changed, 2 insertions, 0 deletions
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