diff options
| author | Vignesh Raghavendra <[email protected]> | 2021-12-24 12:55:33 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-15 10:38:26 -0500 |
| commit | 07252f5c7149d3d41cf9acfb28b24e243f32ec35 (patch) | |
| tree | 5afef2a523b2c9f8d0859bf567cb98814eb4a9ea | |
| parent | 93c43a8365fae0f188ac091d129542470ddaf62d (diff) | |
mach-k3: am64_spl: Alias Ethernet RGMII boot to CPGMAC
This is required to enables spl_net boot on AM64x
Signed-off-by: Vignesh Raghavendra <[email protected]>
| -rw-r--r-- | arch/arm/mach-k3/include/mach/am64_spl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/include/mach/am64_spl.h b/arch/arm/mach-k3/include/mach/am64_spl.h index 607b09c2e5d..b4f396b2c0a 100644 --- a/arch/arm/mach-k3/include/mach/am64_spl.h +++ b/arch/arm/mach-k3/include/mach/am64_spl.h @@ -12,6 +12,7 @@ #define BOOT_DEVICE_QSPI 0x02 #define BOOT_DEVICE_SPI 0x03 #define BOOT_DEVICE_ETHERNET 0x04 +#define BOOT_DEVICE_CPGMAC 0x04 #define BOOT_DEVICE_ETHERNET_RGMII 0x04 #define BOOT_DEVICE_ETHERNET_RMII 0x05 #define BOOT_DEVICE_I2C 0x06 |
