[PATCH 14/49] spl: Use SPL_FIT_IMAGE_TINY for iMX9
Peng Fan (OSS)
peng.fan at oss.nxp.com
Mon Jun 6 13:23:46 CEST 2022
From: Peng Fan <peng.fan at nxp.com>
Select SPL_FIT_IMAGE_TINY for i.MX9
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
common/spl/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 50ff113cab2..06efd250138 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -478,7 +478,7 @@ config SPL_FIT_IMAGE_TINY
bool "Remove functionality from SPL FIT loading to reduce size"
depends on SPL_FIT
default y if MACH_SUN50I || MACH_SUN50I_H5 || SUN50I_GEN_H6
- default y if ARCH_IMX8M
+ default y if ARCH_IMX8M || ARCH_IMX9
help
Enable this to reduce the size of the FIT image loading code
in SPL, if space for the SPL binary is very tight.
--
2.36.0
More information about the U-Boot
mailing list