
6 May
2015
6 May
'15
10 p.m.
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@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