diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-08-12 17:25:27 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-08-13 19:26:44 +0000 |
commit | 5e0cd9fd4bba28ac3d07c17a0d1bee5cdeaf19f2 (patch) | |
tree | 0729c8f3b23e65e678e4dde4cb00492d34d4bda2 /src/soc | |
parent | cf4722d317ea130f4a01a3dcac041c1f2da500ee (diff) |
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 <felix-coreboot@felixheld.de>
Change-Id: I63334fbd59e74df491035b5cf7e296818cc02665
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66688
Reviewed-by: ritul guru <ritul.bits@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/mendocino/chipset_rembrandt.cb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |