summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-09-03 16:15:23 +0800
committerYe Li <ye.li@nxp.com>2022-07-06 22:35:53 +0800
commit02bdd75ae0591dce20187db8b0eedc56a804a131 (patch)
treeebf687a3cd3b67b331e0fa305e4aeb0d3e492dab /common
parent7f4522920e641616ac725c13676d5a2d6a528a28 (diff)
LFU-330-7 spl: Use SPL_FIT_IMAGE_TINY for iMX9
Select SPL_FIT_IMAGE_TINY for i.MX9 Signed-off-by: Peng Fan <peng.fan@nxp.com>
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.