[U-Boot] [PATCH] dm: tegra: usb: Move USB to driver model
Simon Glass
sjg at chromium.org
Wed May 6 22:00:16 CEST 2015
Somehow this change was dropped in the various merges. I noticed when I
came to turn off the non-driver-model support for Tegra. We need to make
this change (and deal with any problems) before going further.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/arm/mach-tegra/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 8bab594..4a8c814 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -23,6 +23,9 @@ config SYS_MALLOC_F_LEN
config USE_PRIVATE_LIBGCC
default y
+config DM_USB
+ default y
+
config SPL_DM
default y
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list