diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-28 12:51:11 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-29 17:46:55 +0000 |
commit | 7d638784a25c3d715c68773fc171d76f647e8143 (patch) | |
tree | 6b63509d6427939f24ab3237bebc85c06343d2d0 /src/soc/intel/xeon_sp | |
parent | 7830af3c8d3bd4e1b1bd42c717c0364421bdd4b2 (diff) |
device/Kconfig: Declare MMCONF symbols' type once
Only specify the type of MMCONF_BASE_ADDRESS and MMCONF_BUS_NUMBER once.
Change-Id: Iacd2ed0dae5f1fb6b309124da53b3fa0eef32693
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50032
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r-- | src/soc/intel/xeon_sp/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index 3dfc86fb3c..6c10c35039 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -100,7 +100,6 @@ config DCACHE_BSP_STACK_SIZE default 0x10000 config MMCONF_BASE_ADDRESS - hex default 0x80000000 config HEAP_SIZE |