summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorApurva Nandan <a-nandan@ti.com>2023-10-07 04:31:25 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-10-07 13:52:26 +0530
commitf7b1127f394470c960dc78622c138decb880cbc7 (patch)
tree2d19a1397a913b9f16b9114695fa55060e2ed335 /arch
parent6842c67d19a092e6c0131199a2eb5c67a3f3a2fe (diff)
arm: mach-k3: j784s4_spl: Enumerate SPI NAND as a boot device
Enumerate SPI NAND as a boot device for j784s4 evm at 0x5. Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-k3/include/mach/j784s4_spl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/include/mach/j784s4_spl.h b/arch/arm/mach-k3/include/mach/j784s4_spl.h
index 7f6293e628..ec5d3c0e60 100644
--- a/arch/arm/mach-k3/include/mach/j784s4_spl.h
+++ b/arch/arm/mach-k3/include/mach/j784s4_spl.h
@@ -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