From 431c0b487c651d07af0061a2497141a796327dfd Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 10 Aug 2023 20:40:29 +0200 Subject: soc/amd/glinda/Kconfig: fix comment The SOC_AMD_REMBRANDT_BASE comment at the end of Glinda's Kconfig is probably a leftover from the Mendocino/Rembrandt SoC this file was copied from. Change it to SOC_AMD_GLINDA to match the corresponding 'if SOC_AMD_GLINDA' in the file. Signed-off-by: Felix Held Change-Id: I85132e4840c1bc713cfc2f3493f800d66edd10ff Reviewed-on: https://review.coreboot.org/c/coreboot/+/77121 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/glinda/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/glinda') diff --git a/src/soc/amd/glinda/Kconfig b/src/soc/amd/glinda/Kconfig index f76f27e5d6..a241ad10fa 100644 --- a/src/soc/amd/glinda/Kconfig +++ b/src/soc/amd/glinda/Kconfig @@ -500,4 +500,4 @@ config RWB_REGION_ONLY endif # VBOOT_SLOTS_RW_AB && VBOOT_STARTS_BEFORE_BOOTBLOCK -endif # SOC_AMD_REMBRANDT_BASE +endif # SOC_AMD_GLINDA -- cgit v1.2.3