summaryrefslogtreecommitdiff
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-08 08:24:27 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:31 -0400
commite78e880da9e9f85a9b901385fa1d6d37b9f60d2d (patch)
tree1b61e43fa0a6335b7d7b37cfb534f81377f1a19c /include/configs/P1010RDB.h
parent879b0b16de9f968d716acd856085428e52b27c23 (diff)
downloadu-boot-e78e880da9e9f85a9b901385fa1d6d37b9f60d2d.tar.gz
Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to Kconfig
This converts the following to Kconfig: CONFIG_EHCI_HCD_INIT_AFTER_RESET Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index ce63e640d5..3773b12532 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -492,12 +492,6 @@ extern unsigned long get_sdram_size(void);
#define CONFIG_HAS_FSL_DR_USB
-#if defined(CONFIG_HAS_FSL_DR_USB)
-#ifdef CONFIG_USB_EHCI_HCD
-#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
-#endif
-#endif
-
/*
* Environment
*/