]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spl: Use SPL_FIT_IMAGE_TINY for iMX9
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 Jul 2022 08:40:45 +0000 (16:40 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 26 Jul 2022 09:29:00 +0000 (11:29 +0200)
Select SPL_FIT_IMAGE_TINY for i.MX9

Signed-off-by: Peng Fan <peng.fan@nxp.com>
common/spl/Kconfig

index 1358b45e28b3ae184711cfc972a2fcef2eb71d62..a399a38aa7d02a67429069218b898fb6eed0a3ae 100644 (file)
@@ -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.