summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-11-08 12:29:12 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-11-08 12:29:12 +0100
commit944a4ccb70e495cc7a2006c25b10f83d79d536fd (patch)
tree3722756632f30eb400519f4c067932a215b2e888 /common
parent00f84bd784c4dc88947f440e4c7bf6117539c6f0 (diff)
parent16e8414193985cf7a171f7b79e12ff30700157ba (diff)
Merge remote-tracking branch 'gh-nxp/lf_v2022.04' into update-to-5.15.52_2.1.0__toradex_imx_lf_v2022.04
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 495ed37c40..90b1ef4148 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -457,6 +457,7 @@ config SPL_FIT_IMAGE_TINY
depends on SPL_FIT
default y if MACH_SUN50I || MACH_SUN50I_H5 || SUN50I_GEN_H6
default y if ARCH_IMX8M
+ default y if 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.