diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-01 18:54:20 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-05 16:14:36 -0400 |
commit | ae0998388630a00eb751364a3e7f094cdfcfc3e6 (patch) | |
tree | a07183e02732960983b7b89b46628073d38d48cb /scripts | |
parent | 26221dc35c94febd5c0b1400bc307b8f1d6494a5 (diff) | |
download | u-boot-ae0998388630a00eb751364a3e7f094cdfcfc3e6.zip u-boot-ae0998388630a00eb751364a3e7f094cdfcfc3e6.tar.gz u-boot-ae0998388630a00eb751364a3e7f094cdfcfc3e6.tar.bz2 |
ppc: Drop CONFIG_SYS_PCI_SUBSYS_VENDORID
This is not used. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index a6507ed..274e6d8 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2936,7 +2936,6 @@ CONFIG_SYS_PCI_NR_INBOUND_WIN CONFIG_SYS_PCI_SLV_MEM_BUS CONFIG_SYS_PCI_SLV_MEM_LOCAL CONFIG_SYS_PCI_SLV_MEM_SIZE -CONFIG_SYS_PCI_SUBSYS_VENDORID CONFIG_SYS_PCI_SYS_MEM_BUS CONFIG_SYS_PCI_SYS_MEM_PHYS CONFIG_SYS_PCI_SYS_MEM_SIZE |