configs: omap3/35_logic and omap3/35_logic_somlv: Reduce SPL size
authorAdam Ford <aford173@gmail.com>
Sun, 12 Jan 2020 12:52:09 +0000 (06:52 -0600)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 20 Jan 2020 04:40:28 +0000 (10:10 +0530)
commit6f1efe81aa8450c9d225ddbf59d81475462e7112
tree84d6d31c3fc57832d0d96421957335eae4919628
parent9bc97792d873a73be3bc72f7bb0e5679c6bbaa7e
configs: omap3/35_logic and omap3/35_logic_somlv: Reduce SPL size

Currently the DM37 and OMAP35 boards do not boot due to SPL
bring too large.

SPL doesn't need GPIO, I2C nor MMC sector access since it uses
a FAT file system.

This patch unifies all these boards to remove these unused features
from their defconfigs

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/omap35_logic_defconfig
configs/omap35_logic_somlv_defconfig
configs/omap3_logic_defconfig
configs/omap3_logic_somlv_defconfig