From f4917b4933458a5e5c6da7e6e2e74137e62cf596 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 30 Oct 2022 23:15:12 -0500 Subject: 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 --- doc/README.generic_usb_ohci | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc') diff --git a/doc/README.generic_usb_ohci b/doc/README.generic_usb_ohci index a7da4bcb836..82fea6201d6 100644 --- a/doc/README.generic_usb_ohci +++ b/doc/README.generic_usb_ohci @@ -16,10 +16,6 @@ Configuration options CONFIG_SYS_USB_OHCI_SLOT_NAME: slot name - CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS: maximal number of ports of the - root hub. - - Endianness issues ------------------ -- cgit v1.3.1