diff options
author | Chris Ching <chingcodes@google.com> | 2017-10-19 11:45:30 -0600 |
---|---|---|
committer | Chris Ching <chingcodes@chromium.org> | 2017-10-19 21:07:10 +0000 |
commit | 6a35fab2723f3b1ca288cd9224d263570cfbe184 (patch) | |
tree | 5b07742b8fe915db4d1fddc1af320a670f7ba699 /src/soc/amd/stoneyridge/Kconfig | |
parent | c5ecd3e14d17c5634247242afc8cd558c1ae158f (diff) | |
download | coreboot-6a35fab2723f3b1ca288cd9224d263570cfbe184.tar.xz |
soc/amd/stoneyridge: Use macros for PCI_DEVFN calls
* Change all calls to PCI_DEVFN to macros
* Remove CBB and CDB Kconfig since these are static for stoneyridge
BUG=b:62200746
TEST=build
Change-Id: I001c4ccd0ad7cf2047870b3618e13642144ddf56
Signed-off-by: Chris Ching <chingcodes@google.com>
Reviewed-on: https://review.coreboot.org/22110
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/Kconfig')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index fcf0199d70..30da8a081a 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -98,14 +98,6 @@ config CPU_ADDR_BITS int default 48 -config CBB - hex - default 0x0 - -config CDB - hex - default 0x18 - config BOTTOMIO_POSITION hex "Bottom of 32-bit IO space" default 0xD0000000 |