commit | 20b9702e8806087bc804c8599669a179978a265e | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Mar 13 09:46:32 2021 -0600 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Apr 12 08:38:49 2021 +0530 |
tree | a8d2d124c70c25a473e138b23a2c5722de611bb3 | |
parent | d6ef643b891c4cd8afca024fc0354cfce53ec53d [diff] |
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>