diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-19 21:50:04 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-07-28 23:34:23 +0200 |
commit | 29313428744112ad8f601c86e29440a386aa6543 (patch) | |
tree | c27e6d4e57e7f524c4c1552ce36059d60ceb23da /include/configs/uniphier.h | |
parent | 7274671e045ec78a0023949d99c26ae6b98b7a8e (diff) | |
download | u-boot-29313428744112ad8f601c86e29440a386aa6543.zip u-boot-29313428744112ad8f601c86e29440a386aa6543.tar.gz u-boot-29313428744112ad8f601c86e29440a386aa6543.tar.bz2 |
configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards
Now that xHCD does not use CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS,
remove it in all boards' config files.
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>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index cc65f07..6f53139 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -101,9 +101,6 @@ #define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0 -/* USB */ -#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 4 - /* SD/MMC */ #define CONFIG_SUPPORT_EMMC_BOOT |