diff options
author | Tom Rini <trini@konsulko.com> | 2016-10-12 08:31:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-12 08:31:08 -0400 |
commit | f812574e61e9bfe37e76e620606fd1a65cc9cdc2 (patch) | |
tree | 56abd6abbf0bf15c000e8b6dcf5e106239d9ea75 /include/configs/tegra-common-usb-gadget.h | |
parent | c14d4b0051df5f569fa33d9937af1db267ed6d34 (diff) | |
parent | d40d69ee350b62af90c2b522e05cbb3eb5f27112 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Diffstat (limited to 'include/configs/tegra-common-usb-gadget.h')
-rw-r--r-- | include/configs/tegra-common-usb-gadget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra-common-usb-gadget.h b/include/configs/tegra-common-usb-gadget.h index 00f854eb71..58a5a300f3 100644 --- a/include/configs/tegra-common-usb-gadget.h +++ b/include/configs/tegra-common-usb-gadget.h @@ -10,7 +10,9 @@ #ifndef CONFIG_SPL_BUILD /* USB gadget mode support*/ +#ifndef CONFIG_TEGRA20 #define CONFIG_CI_UDC_HAS_HOSTPC +#endif /* USB mass storage protocol */ #define CONFIG_USB_FUNCTION_MASS_STORAGE /* DFU protocol */ |