[PATCH v2 27/29] ARM: i.MX: add hab qspi support if enabled
Marco Felsch
m.felsch at pengutronix.de
Tue Oct 17 07:51:29 PDT 2023
Set the 'hab_qspi' commando if CONFIG_HABV4_QSPI is enabled to build
QSPI HAB images.
Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
---
Changelog:
v2:
- new patch
- v1-link: https://lore.barebox.org/barebox/20231010143314.2031253-1-m.felsch@pengutronix.de/T/#t
include/mach/imx/habv4-imx8-gencsf.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/mach/imx/habv4-imx8-gencsf.h b/include/mach/imx/habv4-imx8-gencsf.h
index b50788127eff..5f92ceceab00 100644
--- a/include/mach/imx/habv4-imx8-gencsf.h
+++ b/include/mach/imx/habv4-imx8-gencsf.h
@@ -10,6 +10,9 @@
* CONFIG_HABV4_IMG_CRT_PEM
*/
#if defined(CONFIG_HABV4) && defined(CONFIG_CPU_64)
+#if defined(CONFIG_HABV4_QSPI)
+hab_qspi
+#endif
hab [Header]
hab Version = 4.3
hab Hash Algorithm = sha256
--
2.39.2
More information about the barebox
mailing list