summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-07-26 16:40:45 +0800
committerStefano Babic <sbabic@denx.de>2022-07-26 11:29:00 +0200
commit65c56bcaec7e17175d3a5f08f9da0c75b27a1732 (patch)
tree1b72080ea5681ab2279cb39d46fcd755d8cb0d8b /common
parentc8671d274cffb7b603d7d01b2b7fae0d447eef69 (diff)
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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 1358b45e28..a399a38aa7 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.