[U-Boot] [PATCH v3 14/18] configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards
Bin Meng
bmeng.cn at gmail.com
Thu Jul 13 06:56:32 UTC 2017
On Wed, Jul 12, 2017 at 9:27 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> Now that EHCD does not use CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS,
> remove it in all boards' config files.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Stefan Roese <sr at denx.de>
> Tested-by: Stefan Roese <sr at denx.de>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/arm/include/asm/ehci-omap.h | 4 ----
> include/configs/MPC8572DS.h | 1 -
> include/configs/cm_t54.h | 1 -
> include/configs/corvus.h | 3 ---
> include/configs/duovero.h | 2 --
> include/configs/exynos5-common.h | 2 --
> include/configs/ma5d4evk.h | 1 -
> include/configs/mcx.h | 1 -
> include/configs/mvebu_armada-37xx.h | 7 +------
> include/configs/mvebu_armada-8k.h | 7 +------
> include/configs/mx35pdk.h | 1 -
> include/configs/odroid.h | 1 -
> include/configs/omap3_beagle.h | 1 -
> include/configs/omap3_overo.h | 1 -
> include/configs/omap4_panda.h | 2 --
> include/configs/omap5_uevm.h | 1 -
> include/configs/picosam9g45.h | 3 ---
> include/configs/sama5d2_ptc.h | 4 ----
> include/configs/snapper9g45.h | 3 ---
> include/configs/sunxi-common.h | 1 -
> include/configs/tam3517-common.h | 1 -
> include/configs/tao3530.h | 1 -
> include/configs/tegra114-common.h | 1 -
> include/configs/tegra124-common.h | 1 -
> include/configs/tegra20-common.h | 1 -
> include/configs/tegra210-common.h | 1 -
> include/configs/tegra30-common.h | 1 -
> include/configs/vinco.h | 6 ------
> include/configs/x86-common.h | 1 -
> scripts/config_whitelist.txt | 1 -
> 30 files changed, 2 insertions(+), 60 deletions(-)
>
Ah, this misses poplar board which was brought in before v2017.07 release.
Regards,
Bin
More information about the U-Boot
mailing list