ARM: omap3_logic: Fix SPL boot failure when EHCI enabled
authorAdam Ford <aford173@gmail.com>
Thu, 22 Aug 2019 20:32:42 +0000 (15:32 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2019 15:46:27 +0000 (11:46 -0400)
commit97605d3ca331348bca6f46bb98863909b9349578
treeb1eb95f1cc4c5c6913827e602d17ba53cc13156c
parente946b5d257c4782aca9271eb6c6ec410422025f1
ARM: omap3_logic: Fix SPL boot failure when EHCI enabled

Some of the USB code is still being built into SPL even when the
SPL menu options have it explicitly disabled for SPL. Unit there is
a better solution, This patch undefines CONFIG_USB_EHCI_OMAP when
building SPL which reduces the code and lets the board boot again.

Fixes: 25e4ff45b17d ("ARM: omap3_logic: Enable OMAP EHCI support
for SOM-LV Boards")

Signed-off-by: Adam Ford <aford173@gmail.com>
include/configs/omap3_logic.h