aboutsummaryrefslogtreecommitdiff
path: root/include/configs/at91sam9n12ek.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-25 11:02:33 -0400
committerTom Rini <trini@konsulko.com>2022-07-07 09:29:08 -0400
commitac8b36938a74d87a272e730998d03fe15aa9f503 (patch)
tree3fefbe88ee142859a9c9523a7a370187a05abc99 /include/configs/at91sam9n12ek.h
parentdea25842ab72427fde250992da1d29c2fbc256f8 (diff)
downloadu-boot-ac8b36938a74d87a272e730998d03fe15aa9f503.zip
u-boot-ac8b36938a74d87a272e730998d03fe15aa9f503.tar.gz
u-boot-ac8b36938a74d87a272e730998d03fe15aa9f503.tar.bz2
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/at91sam9n12ek.h')
-rw-r--r--include/configs/at91sam9n12ek.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h
index 4fac0aa..4d49298 100644
--- a/include/configs/at91sam9n12ek.h
+++ b/include/configs/at91sam9n12ek.h
@@ -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)