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 /include/configs/MPC8540ADS.h | |
parent | 26221dc35c94febd5c0b1400bc307b8f1d6494a5 (diff) | |
download | u-boot-ae0998388630a00eb751364a3e7f094cdfcfc3e6.tar.gz |
ppc: Drop CONFIG_SYS_PCI_SUBSYS_VENDORID
This is not used. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/MPC8540ADS.h')
-rw-r--r-- | include/configs/MPC8540ADS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index d843ba1ff7..ac9afa179a 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -241,7 +241,6 @@ #endif #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ -#define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */ #endif /* CONFIG_PCI */ |