mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
arm: mach-k3: Add HyperFlash boot mode support
HBMC controller on TI K3 SoC provides MMIO access to HyperFlash similar to legacy Parallel CFI NOR flashes. Therefore alias HyperFlash bootmode to NOR boot to enable SPL to load next stage using NOR boot flow. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
96d66a9b8c
commit
7ce6c8ae58
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
#define BOOT_DEVICE_ETHERNET 0x04
|
#define BOOT_DEVICE_ETHERNET 0x04
|
||||||
#define BOOT_DEVICE_I2C 0x06
|
#define BOOT_DEVICE_I2C 0x06
|
||||||
#define BOOT_DEVICE_UART 0x07
|
#define BOOT_DEVICE_UART 0x07
|
||||||
|
#define BOOT_DEVICE_NOR BOOT_DEVICE_HYPERFLASH
|
||||||
|
|
||||||
/* With BootMode B = 1 */
|
/* With BootMode B = 1 */
|
||||||
#define BOOT_DEVICE_MMC2 0x10
|
#define BOOT_DEVICE_MMC2 0x10
|
||||||
|
|
Loading…
Add table
Reference in a new issue