arm: mach-k3: j721s2_spl: Enumerate SPI NAND as a boot device
Enumerate SPI NAND as a boot device for j721s2 evm at 0x5. Signed-off-by: Apurva Nandan <a-nandan@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
192b65649f
commit
ac4935ce58
|
|
@ -13,6 +13,7 @@
|
|||
#define BOOT_DEVICE_QSPI 0x02
|
||||
#define BOOT_DEVICE_SPI 0x03
|
||||
#define BOOT_DEVICE_ETHERNET 0x04
|
||||
#define BOOT_DEVICE_SPINAND 0x05
|
||||
#define BOOT_DEVICE_I2C 0x06
|
||||
#define BOOT_DEVICE_UART 0x07
|
||||
#define BOOT_DEVICE_NOR BOOT_DEVICE_HYPERFLASH
|
||||
|
|
|
|||
Loading…
Reference in New Issue