[U-Boot] [PATCH 1/5] mx6sabreauto: Remove CONFIG_SPL_DM to decrease the SPL size

Peng Fan peng.fan at nxp.com
Tue Jun 4 02:48:35 UTC 2019


> Subject: [PATCH 1/5] mx6sabreauto: Remove CONFIG_SPL_DM to decrease
> the SPL size
> 
> The i.mx6 SPL binary cannot be bigger then 68K, while with the current
> defconfig for sabreauto it's only about 56K as soon as USB support gets added
> the size will overflows.
> 
> Signed-off-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
> 
> ---
> 
>  configs/mx6sabreauto_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/configs/mx6sabreauto_defconfig
> b/configs/mx6sabreauto_defconfig index d0f302e9d0..bf163a2a6e 100644
> --- a/configs/mx6sabreauto_defconfig
> +++ b/configs/mx6sabreauto_defconfig
> @@ -55,7 +55,6 @@ CONFIG_MULTI_DTB_FIT=y
> CONFIG_SPL_MULTI_DTB_FIT=y  CONFIG_ENV_IS_IN_MMC=y
> CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
> -CONFIG_SPL_DM=y

The spl bin exceeds 68KB on this board?
If the intention of this patch is to fix regression,
`Reviewed-by: Peng Fan <peng.fan at nxp.com>`

>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_SF=y
>  CONFIG_DM_GPIO=y
> --
> 2.20.1



More information about the U-Boot mailing list