]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: mach-k3: j721s2_spl: Alias Ethernet boot to CPGMAC
authorChintan Vankar <c-vankar@ti.com>
Thu, 31 Jul 2025 07:59:41 +0000 (13:29 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 20 Aug 2025 17:06:18 +0000 (11:06 -0600)
This is required to enable spl_net boot on SK-AM68.

Signed-off-by: Chintan Vankar <c-vankar@ti.com>
arch/arm/mach-k3/include/mach/j721s2_spl.h

index d8fae2c8b45e784999e3071014c518683a98f913..47a61281d9413c8b0d08ce27189eba04bbfe3271 100644 (file)
@@ -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