commit | 749de4cb7d361189697920b041e4278d975a3c85 | [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 | 5ea6cf24b2e56ead41700d5aeb221d565e793bd1 [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>