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 <kishon@ti.com>
This commit is contained in:
Kishon Vijay Abraham I 2022-05-02 20:18:07 +05:30 committed by Praneeth Bajjuri
parent 0f6d223312
commit 4af0357500
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#define BOOT_DEVICE_OSPI 0x01 #define BOOT_DEVICE_OSPI 0x01
#define BOOT_DEVICE_QSPI 0x02 #define BOOT_DEVICE_QSPI 0x02
#define BOOT_DEVICE_SPI 0x03 #define BOOT_DEVICE_SPI 0x03
#define BOOT_DEVICE_CPGMAC 0x04
#define BOOT_DEVICE_ETHERNET_RGMII 0x04 #define BOOT_DEVICE_ETHERNET_RGMII 0x04
#define BOOT_DEVICE_ETHERNET_RMII 0x05 #define BOOT_DEVICE_ETHERNET_RMII 0x05
#define BOOT_DEVICE_I2C 0x06 #define BOOT_DEVICE_I2C 0x06