mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
ARM: am3517-evm: Disable CONFIG_USB_EHCI_OMAP in SPL
Found accidentally in omap3_logic, CONFIG_USB_EHCI_OMAP adds some code size to SPL, so this patch disables it on the am3517-evm to reduce the code a bit since it's tight for space. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
bd8230f498
commit
9fcea65bca
1 changed files with 4 additions and 1 deletions
|
@ -26,8 +26,11 @@
|
||||||
* Enable CONFIG_USB_MUSB_HOST for Host functionalities MSC, keyboard
|
* Enable CONFIG_USB_MUSB_HOST for Host functionalities MSC, keyboard
|
||||||
* Enable CONFIG_USB_MUSB_GADGET for Device functionalities.
|
* Enable CONFIG_USB_MUSB_GADGET for Device functionalities.
|
||||||
*/
|
*/
|
||||||
|
#ifdef CONFIG_SPL_BUILD
|
||||||
|
#undef CONFIG_USB_EHCI_OMAP
|
||||||
|
#else
|
||||||
#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 57
|
#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 57
|
||||||
|
#endif
|
||||||
|
|
||||||
/* I2C */
|
/* I2C */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue