[U-Boot] [PATCH] dm: tegra: usb: Move USB to driver model

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

On Wednesday, May 06, 2015 at 10:00:16 PM, Simon Glass wrote:
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
Neat :)
Acked-by: Marek Vasut marex@denx.de
Best regards, Marek Vasut

On 6 May 2015 at 20:16, Marek Vasut marex@denx.de wrote:
On Wednesday, May 06, 2015 at 10:00:16 PM, Simon Glass wrote:
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
Neat :)
Acked-by: Marek Vasut marex@denx.de
Best regards, Marek Vasut
Applied to u-boot-dm.
participants (2)
-
Marek Vasut
-
Simon Glass