mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 09:30:10 +00:00
ae3f467e84
This converts the following to Kconfig: CONFIG_AM335X_USB0 CONFIG_AM335X_USB0_MODE CONFIG_AM335X_USB1 CONFIG_AM335X_USB1_MODE We do this by introducing specific options for static configuration of USB0/USB1 in SPL rather than defining CONFIG_AM335X_USBx_MODE to the enum value being used. Furthermore, with how the code is used now we do not need to have OTG mode exposed as an option here, so remove that. Signed-off-by: Tom Rini <trini@konsulko.com> |
||
---|---|---|
.. | ||
board.c | ||
chilisom.c | ||
clk_synthesizer.c | ||
clock.c | ||
clock_am33xx.c | ||
clock_am43xx.c | ||
clock_ti814x.c | ||
clock_ti816x.c | ||
ddr.c | ||
emif4.c | ||
fdt.c | ||
hw_data.c | ||
Kconfig | ||
Makefile | ||
mux.c | ||
prcm-regs.c | ||
sys_info.c | ||
ti816x_emif4.c |