diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-25 11:02:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-07 09:29:08 -0400 |
commit | ac8b36938a74d87a272e730998d03fe15aa9f503 (patch) | |
tree | 3fefbe88ee142859a9c9523a7a370187a05abc99 /include/configs/snapper9260.h | |
parent | dea25842ab72427fde250992da1d29c2fbc256f8 (diff) | |
download | u-boot-ac8b36938a74d87a272e730998d03fe15aa9f503.tar.gz |
usb: Remove some unused CONFIG settings
On platforms that use CONFIG_USB_OHCI_NEW we do not need to set
CONFIG_SYS_USB_OHCI_REGS_BASE nor CONFIG_SYS_USB_OHCI_SLOT_NAME. Drop
these from platforms that we can.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/snapper9260.h')
-rw-r--r-- | include/configs/snapper9260.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 2b7afb5d25e..7adb349f9a5 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -37,9 +37,6 @@ #define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PC14 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13 -/* USB */ -#define CONFIG_SYS_USB_OHCI_REGS_BASE ATMEL_UHP_BASE - /* GPIOs and IO expander */ #define CONFIG_PCA953X #define CONFIG_SYS_I2C_PCA953X_ADDR 0x28 |