diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-05-10 11:33:44 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-05-11 16:39:35 +0200 |
commit | c5fba2c17c61c1609105c6224c274ff7c6f827e6 (patch) | |
tree | becaff1c6613d31715474624dcbe5e633cf34182 /src/mainboard/apple | |
parent | 0d2ff132e6140c67e6f83183487ec8c6aa4d626e (diff) | |
download | coreboot-c5fba2c17c61c1609105c6224c274ff7c6f827e6.tar.xz |
nb/intel/i945: Define and use a default MMCONF_BASE_ADDRESS
Change-Id: I15550b1cc1a7ccfecba68a46ab2acaee820575b9
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19648
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/apple')
-rw-r--r-- | src/mainboard/apple/macbook21/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/apple/macbook21/Kconfig b/src/mainboard/apple/macbook21/Kconfig index cbc266fb9e..a08880ccab 100644 --- a/src/mainboard/apple/macbook21/Kconfig +++ b/src/mainboard/apple/macbook21/Kconfig @@ -32,10 +32,6 @@ config MAINBOARD_PART_NUMBER default "MacBook2,1" if BOARD_APPLE_MACBOOK21 default "iMac5,2" if BOARD_APPLE_IMAC52 -config MMCONF_BASE_ADDRESS - hex - default 0xf0000000 - config MAX_CPUS int default 2 |