X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftegra-common-usb-gadget.h;h=201f4bc093c9b7e7f0328ae934687ad616defa84;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=00f854eb71fa303dd420c2f6f315b42c7f1849bb;hpb=6828e602b722d1137d17ca0d25a451c7743c2770;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/tegra-common-usb-gadget.h b/include/configs/tegra-common-usb-gadget.h index 00f854e..201f4bc 100644 --- a/include/configs/tegra-common-usb-gadget.h +++ b/include/configs/tegra-common-usb-gadget.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * (C) Copyright 2014 * NVIDIA Corporation - * - * SPDX-License-Identifier: GPL-2.0 */ #ifndef _TEGRA_COMMON_USB_GADGET_H_ @@ -10,12 +9,10 @@ #ifndef CONFIG_SPL_BUILD /* USB gadget mode support*/ +#ifndef CONFIG_TEGRA20 #define CONFIG_CI_UDC_HAS_HOSTPC -/* USB mass storage protocol */ -#define CONFIG_USB_FUNCTION_MASS_STORAGE +#endif /* DFU protocol */ -#define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_1M -#define CONFIG_SYS_DFU_MAX_FILE_SIZE SZ_32M #endif #endif /* _TEGRA_COMMON_USB_GADGET_H_ */