mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-31 19:41:32 +02:00
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>
This commit is contained in:
parent
dea25842ab
commit
ac8b36938a
@ -39,11 +39,6 @@
|
||||
"bootargs_nand=rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs rw\0"\
|
||||
"bootargs_mmc=root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait\0"
|
||||
|
||||
/* USB host */
|
||||
#ifdef CONFIG_CMD_USB
|
||||
#define CONFIG_SYS_USB_OHCI_REGS_BASE ATMEL_BASE_OHCI
|
||||
#endif
|
||||
|
||||
/* SPL */
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (512 << 10)
|
||||
|
@ -38,13 +38,6 @@
|
||||
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD5
|
||||
#endif
|
||||
|
||||
/* USB */
|
||||
#ifdef CONFIG_CMD_USB
|
||||
#ifndef CONFIG_USB_EHCI_HCD
|
||||
#define CONFIG_SYS_USB_OHCI_REGS_BASE ATMEL_BASE_OHCI
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* SPL */
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (512 << 10)
|
||||
|
@ -59,11 +59,6 @@
|
||||
#define CONFIG_SYS_MMC_CD_PIN AT91_PIO_PORTC, 8
|
||||
#endif
|
||||
|
||||
/* USB */
|
||||
#ifdef CONFIG_CMD_USB
|
||||
#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00500000
|
||||
#endif
|
||||
|
||||
/* RTC */
|
||||
#if defined(CONFIG_CMD_DATE) || defined(CONFIG_CMD_SNTP)
|
||||
#define CONFIG_SYS_I2C_RTC_ADDR 0x51
|
||||
|
@ -37,11 +37,6 @@
|
||||
#define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
|
||||
#endif
|
||||
|
||||
/* USB */
|
||||
#ifdef CONFIG_CMD_USB
|
||||
#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00600000
|
||||
#endif
|
||||
|
||||
/* SPL */
|
||||
|
||||
/* size of u-boot.bin to load */
|
||||
|
@ -50,11 +50,6 @@
|
||||
#define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
|
||||
#endif
|
||||
|
||||
/* USB */
|
||||
#ifdef CONFIG_CMD_USB
|
||||
#define CONFIG_SYS_USB_OHCI_REGS_BASE ATMEL_BASE_OHCI
|
||||
#endif
|
||||
|
||||
/* SPL */
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (512 << 10)
|
||||
|
@ -66,9 +66,6 @@
|
||||
#define CONFIG_USART_BASE ATMEL_BASE_DBGU
|
||||
#define CONFIG_USART_ID ATMEL_ID_SYS
|
||||
|
||||
/* USB configuration */
|
||||
#define CONFIG_SYS_USB_OHCI_REGS_BASE ATMEL_UHP_BASE
|
||||
|
||||
/* USB DFU support */
|
||||
|
||||
#define CONFIG_USB_GADGET_AT91
|
||||
|
@ -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
|
||||
|
@ -63,10 +63,7 @@
|
||||
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13
|
||||
#endif
|
||||
|
||||
/* USB */
|
||||
#if defined(CONFIG_BOARD_TAURUS)
|
||||
#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00500000
|
||||
|
||||
/* USB DFU support */
|
||||
|
||||
#define CONFIG_USB_GADGET_AT91
|
||||
|
@ -43,11 +43,6 @@
|
||||
#define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22)
|
||||
#endif
|
||||
|
||||
/* USB */
|
||||
#ifdef CONFIG_CMD_USB
|
||||
#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00a00000
|
||||
#endif
|
||||
|
||||
/* bootstrap + u-boot + env + linux in dataflash on CS0 */
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user