summaryrefslogtreecommitdiff
path: root/src/mainboard/cavium/cn8100_sff_evb
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2018-07-12 13:07:04 +0200
committerPatrick Rudolph <siro@das-labor.org>2018-07-17 08:05:01 +0000
commit4461613119a04f86899a7423658f91b2fe10125b (patch)
tree3bd0f30ea29987e12aad7aaba74a2e3ae22bfef2 /src/mainboard/cavium/cn8100_sff_evb
parent2531865f137fed1254c7d6702904b37a537884a4 (diff)
downloadcoreboot-4461613119a04f86899a7423658f91b2fe10125b.tar.xz
cavium/bdk: Fix coverity and remove hardcoded DRAM speed
* Fix CID1393963 (Uninitialized variables) * Comment in working code * Remove workaround to limit DDR speed Change-Id: I96289da43c1018c2fdf9d013ce7f21d7511ba595 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/27452 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/cavium/cn8100_sff_evb')
-rw-r--r--src/mainboard/cavium/cn8100_sff_evb/bdk_devicetree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/cavium/cn8100_sff_evb/bdk_devicetree.c b/src/mainboard/cavium/cn8100_sff_evb/bdk_devicetree.c
index 7bc04ce01e..8775886263 100644
--- a/src/mainboard/cavium/cn8100_sff_evb/bdk_devicetree.c
+++ b/src/mainboard/cavium/cn8100_sff_evb/bdk_devicetree.c
@@ -90,7 +90,6 @@ const struct bdk_devicetree_key_value devtree[] = {
{"MULTI-NODE", "0"},
{"QLM-AUTO-CONFIG", "0"},
{"QLM-DIP-AUTO-CONFIG", "1"},
-{"DDR-SPEED.N0", "1333"},
{"DDR-CONFIG-SPD-ADDR.DIMM0.LMC0", "0x1050"},
{"USB-PWR-GPIO.N0.PORT0", "12"},
{"USB-PWR-GPIO-POLARITY.N0.PORT0", "0"},