[PATCH v1] configs: verdin-am62: Disable SPL FIT Overlay

Marcel Ziswiler marcel.ziswiler at toradex.com
Mon Dec 11 15:49:18 CET 2023


On Mon, 2023-12-11 at 14:45 +0100, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini at toradex.com>
> 
> Disable CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY, this is not required nor used
> on verdin am62, disable it to save precious binary size.
> 
> Update defconfig using savedefconfig, this adds CONFIG_OF_LIBFDT_OVERLAY
> explicitly.
> 
> Signed-off-by: Francesco Dolcini <francesco.dolcini at toradex.com>

Acked-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>

> ---
>  configs/verdin-am62_a53_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/verdin-am62_a53_defconfig b/configs/verdin-am62_a53_defconfig
> index 780860180879..cdd6ba8baed4 100644
> --- a/configs/verdin-am62_a53_defconfig
> +++ b/configs/verdin-am62_a53_defconfig
> @@ -17,6 +17,7 @@ CONFIG_ENV_OFFSET=0xFFFFDE00
>  CONFIG_DM_GPIO=y
>  CONFIG_DEFAULT_DEVICE_TREE="k3-am625-verdin-wifi-dev"
>  CONFIG_SPL_TEXT_BASE=0x80080000
> +CONFIG_OF_LIBFDT_OVERLAY=y
>  CONFIG_DM_RESET=y
>  CONFIG_SPL_MMC=y
>  CONFIG_SPL_SERIAL=y
> @@ -33,7 +34,6 @@ CONFIG_SYS_MEMTEST_END=0xB0000000
>  CONFIG_FIT_VERBOSE=y
>  CONFIG_SPL_LOAD_FIT=y
>  CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
> -CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y
>  CONFIG_LEGACY_IMAGE_FORMAT=y
>  CONFIG_DISTRO_DEFAULTS=y
>  CONFIG_BOOTDELAY=1


More information about the U-Boot mailing list