[U-Boot] [PATCH 11/41] Kconfig: Drop CONFIG_CMD_PCI_ENUM

Bin Meng bmeng.cn at gmail.com
Sat Jul 22 15:32:42 UTC 2017


On Sat, Jul 22, 2017 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> This option enables the 'pci enum' command. It is only enabled by a few
> board and these have not yet been converted to driver model, which always
> enables this command. It seems easiest to just remove this option.
>
> The affected boards can be converted to use driver model for PCI if
> needed.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  cmd/pci.c                       | 4 ++--
>  include/config_distro_bootcmd.h | 2 +-
>  include/configs/ds414.h         | 1 -
>  include/configs/xpedite517x.h   | 1 -
>  include/configs/xpedite520x.h   | 1 -
>  include/configs/xpedite537x.h   | 1 -
>  include/configs/xpedite550x.h   | 1 -
>  scripts/config_whitelist.txt    | 1 -
>  8 files changed, 3 insertions(+), 9 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list