diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-10-09 15:27:35 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-15 09:42:22 -0400 |
commit | 56882dc4cbc7f70a9984c33eb9bf609e1dd60763 (patch) | |
tree | 8c2f7a104fc4c181050ce9f2a3f73020f3d29fc8 /include/configs/crs3xx-98dx3236.h | |
parent | 645a0afb328725afa817eb15d86aca2644c33579 (diff) | |
download | u-boot-56882dc4cbc7f70a9984c33eb9bf609e1dd60763.tar.gz |
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/crs3xx-98dx3236.h')
-rw-r--r-- | include/configs/crs3xx-98dx3236.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/crs3xx-98dx3236.h b/include/configs/crs3xx-98dx3236.h index 5300467a76..27b45a7605 100644 --- a/include/configs/crs3xx-98dx3236.h +++ b/include/configs/crs3xx-98dx3236.h @@ -13,9 +13,6 @@ #define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024) /* 64 MB */ #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage.cfg -/* USB/EHCI configuration */ -#define CONFIG_USB_EHCI_IS_TDI - /* Environment in SPI NOR flash */ /* Keep device tree and initrd in lower memory so the kernel can access them */ |