diff mbox series

[V2,15/53] spl: Use SPL_FIT_IMAGE_TINY for iMX9

Message ID 20220726084123.2508-16-peng.fan@oss.nxp.com
State Accepted
Commit 65c56bcaec7e17175d3a5f08f9da0c75b27a1732
Delegated to: Stefano Babic
Headers show
Series NXP-IMX pending patches | expand

Commit Message

Peng Fan (OSS) July 26, 2022, 8:40 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Select SPL_FIT_IMAGE_TINY for i.MX9

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 common/spl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic July 26, 2022, 1:54 p.m. UTC | #1
> From: Peng Fan <peng.fan@nxp.com>
> Select SPL_FIT_IMAGE_TINY for i.MX9
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 1358b45e28b..a399a38aa7d 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -565,7 +565,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.