summaryrefslogtreecommitdiff
path: root/include/configs/tegra114-common.h
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-10-09 15:27:35 +0200
committerTom Rini <trini@konsulko.com>2021-10-15 09:42:22 -0400
commit56882dc4cbc7f70a9984c33eb9bf609e1dd60763 (patch)
tree8c2f7a104fc4c181050ce9f2a3f73020f3d29fc8 /include/configs/tegra114-common.h
parent645a0afb328725afa817eb15d86aca2644c33579 (diff)
Convert CONFIG_USB_EHCI_IS_TDI to Kconfig
On mvebu this is defined if and only if !ARM64. Otherwise it is defined for boards with ARCH_MX23, ARCH_TEGRA and ARCH_ZYNQ, and also for SOC_AR934X (tplink_wdr4300). Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Diffstat (limited to 'include/configs/tegra114-common.h')
-rw-r--r--include/configs/tegra114-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tegra114-common.h b/include/configs/tegra114-common.h
index 06b687d556..0973721180 100644
--- a/include/configs/tegra114-common.h
+++ b/include/configs/tegra114-common.h
@@ -58,7 +58,6 @@
#define CONFIG_SPL_STACK 0x800ffffc
/* For USB EHCI controller */
-#define CONFIG_USB_EHCI_IS_TDI
#define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10
#endif /* _TEGRA114_COMMON_H_ */