mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
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>
This commit is contained in:
parent
c8671d274c
commit
65c56bcaec
@ -565,7 +565,7 @@ config SPL_FIT_IMAGE_TINY
|
|||||||
bool "Remove functionality from SPL FIT loading to reduce size"
|
bool "Remove functionality from SPL FIT loading to reduce size"
|
||||||
depends on SPL_FIT
|
depends on SPL_FIT
|
||||||
default y if MACH_SUN50I || MACH_SUN50I_H5 || SUN50I_GEN_H6
|
default y if MACH_SUN50I || MACH_SUN50I_H5 || SUN50I_GEN_H6
|
||||||
default y if ARCH_IMX8M
|
default y if ARCH_IMX8M || ARCH_IMX9
|
||||||
help
|
help
|
||||||
Enable this to reduce the size of the FIT image loading code
|
Enable this to reduce the size of the FIT image loading code
|
||||||
in SPL, if space for the SPL binary is very tight.
|
in SPL, if space for the SPL binary is very tight.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user