commit | 291af6e0c458894c0fdd4fbbf3eafb85dbf19bdb | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Thu Aug 22 15:32:42 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 11:46:27 2019 -0400 |
tree | b1eb95f1cc4c5c6913827e602d17ba53cc13156c | |
parent | 02767cbd3d02572852bb25131b5a4f3e6a9022bc [diff] |
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>