From df4955297f8fd798c1faf61cf92577edd4b2a7ce Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 16 Dec 2023 22:42:19 +0100 Subject: nb/amd/pi: drop HW_MEM_HOLE_SIZEK Kconfig option There's neither need to remove get_hw_mem_hole_info from the code if the Kconfig option was set to 0 nor the actual value didn't make any difference in the behavior of the code: When node_id has still its initial value of -1, domain_read_resources won't use the value of hole_startk, and when node_id is set to 0, get_hw_mem_hole_info also sets hole_startk to the actual value that then gets used by domain_read_resources. Signed-off-by: Felix Held Change-Id: Ieffab695a3151ed7f6bf9d6c880bbb43eecf7893 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79609 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/northbridge/amd/pi/00730F01/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/northbridge/amd/pi/00730F01/Kconfig') diff --git a/src/northbridge/amd/pi/00730F01/Kconfig b/src/northbridge/amd/pi/00730F01/Kconfig index 493bc6a13e..46acb2d59d 100644 --- a/src/northbridge/amd/pi/00730F01/Kconfig +++ b/src/northbridge/amd/pi/00730F01/Kconfig @@ -10,10 +10,6 @@ config CHIPSET_DEVICETREE string default "northbridge/amd/pi/00730F01/chipset.cb" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config ECAM_MMCONF_BASE_ADDRESS default 0xF8000000 -- cgit v1.2.3