From 7d638784a25c3d715c68773fc171d76f647e8143 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 28 Jan 2021 12:51:11 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50032 Reviewed-by: Arthur Heymans Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/northbridge/intel/ironlake/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/northbridge/intel/ironlake') diff --git a/src/northbridge/intel/ironlake/Kconfig b/src/northbridge/intel/ironlake/Kconfig index fbad4be671..d371dac729 100644 --- a/src/northbridge/intel/ironlake/Kconfig +++ b/src/northbridge/intel/ironlake/Kconfig @@ -19,7 +19,6 @@ config VBOOT select TPM_STARTUP_IGNORE_POSTINIT config MMCONF_BUS_NUMBER - int default 256 config CBFS_SIZE @@ -46,7 +45,6 @@ config DCACHE_BSP_STACK_SIZE other stages. config MMCONF_BASE_ADDRESS - hex default 0xe0000000 config INTEL_GMA_BCLV_OFFSET -- cgit v1.2.3