commit | a6c5509530d4772623489f690cb5a63a863ba643 | [log] [tgz] |
---|---|---|
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | Tue Jun 04 21:56:27 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 11 10:43:00 2019 +0200 |
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>