Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56065 )
Change subject: mainboard/amd/padmelon/devicetree.cb: Remove invalid cpp ......................................................................
mainboard/amd/padmelon/devicetree.cb: Remove invalid cpp
CPP is invalid in coreboot devicetrees. The code here would be used for a hypothetical socket 1, which I assume the board did not feature, so it is ok, to just drop it.
Change-Id: I2c9ad775a43a5d9fc513321c26a661c34af6aaff Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/amd/padmelon/devicetree.cb 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/56065/1
diff --git a/src/mainboard/amd/padmelon/devicetree.cb b/src/mainboard/amd/padmelon/devicetree.cb index 87d2b1a..fcb42f1 100644 --- a/src/mainboard/amd/padmelon/devicetree.cb +++ b/src/mainboard/amd/padmelon/devicetree.cb @@ -4,11 +4,7 @@
register "spd_addr_lookup" = " { -#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 -#endif }"
register "uma_mode" = "UMAMODE_AUTO_LEGACY"