summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChintan Vankar <[email protected]>2025-07-31 13:29:41 +0530
committerTom Rini <[email protected]>2025-08-20 11:06:18 -0600
commite85b090165ec55ef7e19bdd7fc11e9e6f74ec58e (patch)
treeda4cc6f52b4bc0844b967f79695e3222348535fd /arch
parent0b092a2aa81b84eba1ea48f87c04b0be62afd1e9 (diff)
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 <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-k3/include/mach/j721s2_spl.h1
1 files changed, 1 insertions, 0 deletions
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