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/northbridge/amd/agesa | |
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/northbridge/amd/agesa')
-rw-r--r-- | src/northbridge/amd/agesa/family14/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/amd/agesa/family15tn/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/amd/agesa/family16kb/Kconfig | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/northbridge/amd/agesa/family14/Kconfig b/src/northbridge/amd/agesa/family14/Kconfig index edd7dcb3ad..9c7eb9236c 100644 --- a/src/northbridge/amd/agesa/family14/Kconfig +++ b/src/northbridge/amd/agesa/family14/Kconfig @@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK default 0x100000 config MMCONF_BASE_ADDRESS - hex default 0xF8000000 config MMCONF_BUS_NUMBER - int default 64 endif # NORTHBRIDGE_AMD_AGESA_FAMILY14 diff --git a/src/northbridge/amd/agesa/family15tn/Kconfig b/src/northbridge/amd/agesa/family15tn/Kconfig index 8f012d5083..60007a32ce 100644 --- a/src/northbridge/amd/agesa/family15tn/Kconfig +++ b/src/northbridge/amd/agesa/family15tn/Kconfig @@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK default 0x100000 config MMCONF_BASE_ADDRESS - hex default 0xF8000000 config MMCONF_BUS_NUMBER - int default 64 endif # NORTHBRIDGE_AMD_AGESA_FAMILY15_TN diff --git a/src/northbridge/amd/agesa/family16kb/Kconfig b/src/northbridge/amd/agesa/family16kb/Kconfig index 4488f8dc42..d1ccbb51ac 100644 --- a/src/northbridge/amd/agesa/family16kb/Kconfig +++ b/src/northbridge/amd/agesa/family16kb/Kconfig @@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK default 0x100000 config MMCONF_BASE_ADDRESS - hex default 0xF8000000 config MMCONF_BUS_NUMBER - int default 64 config VGA_BIOS_ID |