projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf219a3
)
mx6sabreauto: Remove CONFIG_SPL_DM to decrease the SPL size
author
Sjoerd Simons
<sjoerd.simons@collabora.co.uk>
Tue, 4 Jun 2019 19:56:27 +0000
(21:56 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 11 Jun 2019 08:43:00 +0000
(10:43 +0200)
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>
configs/mx6sabreauto_defconfig
patch
|
blob
|
history
diff --git
a/configs/mx6sabreauto_defconfig
b/configs/mx6sabreauto_defconfig
index dc758d7aafd51e72d817bb0d441e9dc04bca23f1..f9c70c5189eb9ce4a31e80b7b0b97daac86e0353 100644
(file)
--- 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