diff options
author | Marek BehĂșn | 2021-10-09 15:27:32 +0200 |
---|---|---|
committer | Tom Rini | 2021-10-15 09:42:22 -0400 |
commit | 92832045c54586e9dffa082ff8cd8c2ef6040757 (patch) | |
tree | bae56c197b18acaf20b1588a02bd27879f777a30 /include/configs/tegra210-common.h | |
parent | 42d32c35524b79c8cfd8f5dd568bd8d55417c84e (diff) |
Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI
In preparation for moving this option to Kconfig, rename it to be
consistent with other USB EHCI Kconfig options.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Diffstat (limited to 'include/configs/tegra210-common.h')
-rw-r--r-- | include/configs/tegra210-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra210-common.h b/include/configs/tegra210-common.h index b9e04147be3..6c58ccc3d5a 100644 --- a/include/configs/tegra210-common.h +++ b/include/configs/tegra210-common.h @@ -47,7 +47,7 @@ "ramdisk_addr_r=0x83200000\0" /* For USB EHCI controller */ -#define CONFIG_EHCI_IS_TDI +#define CONFIG_USB_EHCI_IS_TDI #define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10 /* GPU needs setup */ |