summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/padmelon
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-11-25 11:15:35 -0700
committerPatrick Georgi <pgeorgi@google.com>2019-12-11 11:41:04 +0000
commite1988f5e0a3c9f6767cb5c37ea2910bf4b2c99f6 (patch)
tree9627df26e1500449d4ddb0bf7b2bbe906ff62aa5 /src/mainboard/amd/padmelon
parent7987c1cb6f2140d44eb0aa1a3642ac2a114c20ad (diff)
downloadcoreboot-e1988f5e0a3c9f6767cb5c37ea2910bf4b2c99f6.tar.xz
soc/amd/stoneyridge|mb: Add Kconfig symbol for Prairie Falcon
The stoneyridge code inferred that if Merlin Falcon was built but no Merlin Falcon binaries were present, the intent must be Prairie Falcon. The two falcons are Embedded variants, and Prairie Falcon falls within Family 15h Models 70h-7Fh. Add a Prairie Falcon symbol that can be used explicitely. Drop HAVE_MERLINFALCON_BINARIES. Change-Id: I0d3a1bc302760c18c8fe3d57c955e2bb3bd8153a Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37223 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Diffstat (limited to 'src/mainboard/amd/padmelon')
-rw-r--r--src/mainboard/amd/padmelon/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/padmelon/devicetree.cb b/src/mainboard/amd/padmelon/devicetree.cb
index 9baee2f2cf..fa83d106ca 100644
--- a/src/mainboard/amd/padmelon/devicetree.cb
+++ b/src/mainboard/amd/padmelon/devicetree.cb
@@ -16,7 +16,7 @@ chip soc/amd/stoneyridge
register "spd_addr_lookup" = "
{
-#if CONFIG(HAVE_MERLINFALCON_BINARIES)
+#if CONFIG(AMD_APU_MERLINFALCON)
{ {0xA0, 0x00}, {0xA4, 0x00} }, // socket 0 - Channel 0 & 1, slot 0
#else
{ {0xA0, 0x00} }, // socket 0 - Channel 0, slot 0