diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 22:34:34 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 19:41:50 (GMT) |
commit | 6500ec7a5a2a2a59128dba6f49d9905fc1258811 (patch) | |
tree | 0280685798d10699e77ebaa07e3ec35a8b7a0f70 /include/configs/ls1021atwr.h | |
parent | ba7cc6c6c5c667f8510824cb0c47ea7ab3865de4 (diff) | |
download | u-boot-fsl-qoriq-6500ec7a5a2a2a59128dba6f49d9905fc1258811.tar.xz |
Convert CONFIG_CMD_PCI to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_PCI
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index af49923..0e5b004 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -348,7 +348,6 @@ #ifdef CONFIG_PCI #define CONFIG_PCI_SCAN_SHOW -#define CONFIG_CMD_PCI #endif #define CONFIG_CMDLINE_TAG |