commit | 7274671e045ec78a0023949d99c26ae6b98b7a8e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 19 21:50:03 2017 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 28 23:34:22 2017 +0200 |
tree | abe7835416702615e945e158975fd1140adcebf0 | |
parent | 1bdcd9019d576b2637393e0b1ec65eab67a7c82f [diff] |
usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS xHC reports supported maximum number of ports in the HCSPARAMS1 register, so it's unnecessary to use a hardcoded config option CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de>