]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/tegra-common-usb-gadget.h
xtensa: clean up CONFIG_SYS_TEXT_ADDR
[people/ms/u-boot.git] / include / configs / tegra-common-usb-gadget.h
1 /*
2 * (C) Copyright 2014
3 * NVIDIA Corporation <www.nvidia.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0
6 */
7
8 #ifndef _TEGRA_COMMON_USB_GADGET_H_
9 #define _TEGRA_COMMON_USB_GADGET_H_
10
11 #ifndef CONFIG_SPL_BUILD
12 /* USB gadget mode support*/
13 #ifndef CONFIG_TEGRA20
14 #define CONFIG_CI_UDC_HAS_HOSTPC
15 #endif
16 /* DFU protocol */
17 #define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_1M
18 #define CONFIG_SYS_DFU_MAX_FILE_SIZE SZ_32M
19 #endif
20
21 #endif /* _TEGRA_COMMON_USB_GADGET_H_ */