diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2019-06-04 21:56:27 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-06-11 10:43:00 +0200 |
commit | a6c5509530d4772623489f690cb5a63a863ba643 (patch) | |
tree | f4febaa7862278872735ee721434a88deb19a68c | |
parent | bf219a36021d326bdba7e86fbdb18e2f0ac396f1 (diff) |
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@collabora.co.uk>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
-rw-r--r-- | configs/mx6sabreauto_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |