From d000ce5efee3afe194d08489aa153f7fce436dd9 Mon Sep 17 00:00:00 2001 From: Alexander Feilke Date: Tue, 7 Apr 2026 15:06:49 +0200 Subject: board: tqma7: add code for u-boot with spl The TQMa7x is a SoM family with a pluggable board connector based on the i.MX7 SoCs. Add support for the SoM and its combination with our MBa7x carrier board. Acked-by: Peng Fan Signed-off-by: Alexander Feilke --- include/env/tq/spi.env | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/env') diff --git a/include/env/tq/spi.env b/include/env/tq/spi.env index 47dcfea7d3f..242aa4da784 100644 --- a/include/env/tq/spi.env +++ b/include/env/tq/spi.env @@ -20,4 +20,8 @@ update_uboot_spi= fi; fi; +#ifdef CONFIG_CMD_QSPIHDR +write_uboot_spi=qspihdr init ${loadaddr} ${filesize} safe; +#else write_uboot_spi=sf update "${loadaddr}" "${uboot_spi_start}" "${filesize}" +#endif -- cgit v1.3.1