diff options
author | Tom Rini <trini@konsulko.com> | 2021-03-03 07:54:55 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-03 07:54:55 -0500 |
commit | 23ab54e0933939d201d7c200503bc149128a13db (patch) | |
tree | 429522b634bd0e7622128da87ebf84e9891b9737 /arch/arm/mach-omap2/omap3/board.c | |
parent | 78af81c345430a9088235f48d302922955d2499f (diff) | |
parent | 795d605cab787e6d9151221312b09391aacfb8e5 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
- Kconfig dependency fix for USB_KEYBOARD
- musb gadget fixes / enhancements
Diffstat (limited to 'arch/arm/mach-omap2/omap3/board.c')
-rw-r--r-- | arch/arm/mach-omap2/omap3/board.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap3/board.c b/arch/arm/mach-omap2/omap3/board.c index 4da8df47cc6..029bd545957 100644 --- a/arch/arm/mach-omap2/omap3/board.c +++ b/arch/arm/mach-omap2/omap3/board.c @@ -179,6 +179,8 @@ void early_system_init(void) hw_data_init(); } +#if !defined(CONFIG_SKIP_LOWLEVEL_INIT) && \ + !defined(CONFIG_SKIP_LOWLEVEL_INIT_ONLY) /****************************************************************************** * Routine: s_init * Description: Does early system init of muxing and clocks. @@ -207,6 +209,7 @@ void s_init(void) ehci_clocks_enable(); #endif } +#endif #ifdef CONFIG_SPL_BUILD void board_init_f(ulong dummy) |