diff options
| author | Samuel Holland <[email protected]> | 2022-10-30 23:15:12 -0500 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2022-11-03 23:24:09 +0100 |
| commit | f4917b4933458a5e5c6da7e6e2e74137e62cf596 (patch) | |
| tree | b4cdaf2ee7d58e0e02fe015af3d134457c3e46bd /doc | |
| parent | 36bc9b6113ca96ca5c0d821195adede38395befd (diff) | |
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 <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.generic_usb_ohci | 4 |
1 files changed, 0 insertions, 4 deletions
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 ------------------ |
