configs: omap35_logic_somlv: Fix MMC booting
authorAdam Ford <aford173@gmail.com>
Sat, 13 Mar 2021 15:46:32 +0000 (09:46 -0600)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 12 Apr 2021 03:08:49 +0000 (08:38 +0530)
commit099c9a47c9dec8fde66c253fd8e1eca6c1e33a9e
treea8d2d124c70c25a473e138b23a2c5722de611bb3
parentb46dd116ce03e235f2a7d4843c6278e1da44b5e1
configs: omap35_logic_somlv: Fix MMC booting

A previous patch had removed the GPIO nodes from being built
into the SPL Device tree, but CONFIG_SPL_GPIO_SUPPORT remained
which makes the MMC card detect fail and the board does not boot.
Fix this by disabling CONFIG_SPL_GPIO_SUPPORT.

Fixes: 6f1efe81aa84 ("configs: omap3/35_logic and omap3/35_logic_somlv: Reduce SPL size")
Signed-off-by: Adam Ford <aford173@gmail.com>
configs/omap35_logic_somlv_defconfig