[PATCH 08/10] configs: ti_armv7_common: add cfgs for SPI falcon boot

Anshul Dalal anshuld at ti.com
Fri Mar 7 08:55:36 CET 2025


When booting from SPI, only the tispl.bin and tiboot3.bin is loaded from
the SPI. tiboot3.bin is located by the ROM and tispl.bin's offset is
specified by CONFIG_SYS_SPI_U_BOOT_OFFS.

The kernel and args however are loaded from the eMMC or SD and not SPI,
therefore we don't actually make use of these config values at runtime,
they are added to avoid compile time 'undefined identifier' errors when
building with SPL_OS_BOOT enabled.

Signed-off-by: Anshul Dalal <anshuld at ti.com>
---
 include/configs/ti_armv7_common.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 3def7b1027e..f101d10992a 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -119,6 +119,12 @@
 /* FAT */
 
 /* RAW SD card / eMMC */
+
+/* SPI */
+#define CFG_SYS_SPI_KERNEL_OFFS	0
+#define CFG_SYS_SPI_ARGS_OFFS	0
+#define CFG_SYS_SPI_ARGS_SIZE	0
+
 #endif
 
 /* General parts of the framework, required. */
-- 
2.43.0



More information about the U-Boot mailing list