diff options
author | Samuel Holland <samuel@sholland.org> | 2022-10-30 23:15:12 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2022-11-03 23:24:09 +0100 |
commit | f4917b4933458a5e5c6da7e6e2e74137e62cf596 (patch) | |
tree | b4cdaf2ee7d58e0e02fe015af3d134457c3e46bd /configs/vexpress_aemv8a_juno_defconfig | |
parent | 36bc9b6113ca96ca5c0d821195adede38395befd (diff) | |
download | u-boot-f4917b4933458a5e5c6da7e6e2e74137e62cf596.tar.gz |
usb: ohci: Use a flexible array member for portstatus
The struct is only used to overlay the MMIO region, so the behavior is
the same. This obsoletes the Kconfig option for the number of ports.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'configs/vexpress_aemv8a_juno_defconfig')
-rw-r--r-- | configs/vexpress_aemv8a_juno_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/vexpress_aemv8a_juno_defconfig b/configs/vexpress_aemv8a_juno_defconfig index 893a906767..73b7363b68 100644 --- a/configs/vexpress_aemv8a_juno_defconfig +++ b/configs/vexpress_aemv8a_juno_defconfig @@ -36,4 +36,3 @@ CONFIG_SYS_FLASH_CFI=y CONFIG_SYS_MAX_FLASH_SECT=259 CONFIG_PCI=y CONFIG_USB=y -CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS=1 |