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

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

index d481a46c675f531dc3eba45ab61503014969f529..3814dc95d012b41b0cf8f18e58b88847f8fc219f 100644 (file)
@@ -44,4 +44,6 @@
 #define K3_PRIMARY_BOOTMODE            0x0
 #define K3_BACKUP_BOOTMODE             0x1
 
+#define BOOT_DEVICE_CPGMAC              0x04
+
 #endif