From 5e0cd9fd4bba28ac3d07c17a0d1bee5cdeaf19f2 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 12 Aug 2022 17:25:27 +0200 Subject: soc/amd/mendocino/chipset_rembrandt: use right chipset folder Since the path after the chip keyword needs to point to the directory that contains the chipset's chip.h file, change this from soc/amd/rembrandt to soc/amd/mendocino. Signed-off-by: Felix Held Change-Id: I63334fbd59e74df491035b5cf7e296818cc02665 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66688 Reviewed-by: ritul guru Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/mendocino/chipset_rembrandt.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/mendocino/chipset_rembrandt.cb b/src/soc/amd/mendocino/chipset_rembrandt.cb index ecb1da6ba1..3a16123fcd 100644 --- a/src/soc/amd/mendocino/chipset_rembrandt.cb +++ b/src/soc/amd/mendocino/chipset_rembrandt.cb @@ -1,4 +1,4 @@ -chip soc/amd/rembrandt +chip soc/amd/mendocino device cpu_cluster 0 on end device domain 0 on -- cgit v1.2.3