From: Sjoerd Simons Date: Tue, 4 Jun 2019 19:56:27 +0000 (+0200) Subject: mx6sabreauto: Remove CONFIG_SPL_DM to decrease the SPL size X-Git-Tag: v2019.07~36^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6c5509530d4772623489f690cb5a63a863ba643;p=oweals%2Fu-boot.git 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 Reviewed-by: Fabio Estevam --- diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index dc758d7aaf..f9c70c5189 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 CONFIG_DFU_MMC=y CONFIG_DFU_SF=y CONFIG_DM_GPIO=y