From 4af03575007817af72b27fbe39e4df69f0eb607c Mon Sep 17 00:00:00 2001 From: Kishon Vijay Abraham I Date: Mon, 2 May 2022 20:18:07 +0530 Subject: [PATCH] mach-k3: am62_spl: Alias Ethernet RGMII boot to CPGMAC Alias Ethernet RGMII boot to CPGMAC. This is required to enables spl_net boot on AM62x. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/mach-k3/include/mach/am62_spl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-k3/include/mach/am62_spl.h b/arch/arm/mach-k3/include/mach/am62_spl.h index c2c4d07537..2c9139d2cc 100644 --- a/arch/arm/mach-k3/include/mach/am62_spl.h +++ b/arch/arm/mach-k3/include/mach/am62_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_RGMII 0x04 #define BOOT_DEVICE_ETHERNET_RMII 0x05 #define BOOT_DEVICE_I2C 0x06