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:
parent
0f6d223312
commit
4af0357500
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue