aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rotor/Makefile.inc
diff options
context:
space:
mode:
authorHakim Giydan <hgiydan@marvell.com>2016-09-09 11:29:09 -0700
committerMartin Roth <martinroth@google.com>2016-09-13 17:03:53 +0200
commite889b19ba08830882da18614494b811c3698520e (patch)
tree4e4de097c8ebb727f6ce4a644a3272d32ab7cd11 /src/mainboard/google/rotor/Makefile.inc
parentf727c7ce38cc58eaf24c55d440e885a1b24a26a1 (diff)
soc/marvell/mvmap2315: Add DDR driver
This driver is only a prototype driver, real driver will be integrated at a later time. Testing: booted successfully. Change-Id: I372764962e96e5c9c827d524bc369978c5c1fda8 Signed-off-by: Hakim Giydan <hgiydan@marvell.com> Reviewed-on: https://review.coreboot.org/16554 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google/rotor/Makefile.inc')
-rw-r--r--src/mainboard/google/rotor/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/rotor/Makefile.inc b/src/mainboard/google/rotor/Makefile.inc
index e0015e3426..f2fa3e161d 100644
--- a/src/mainboard/google/rotor/Makefile.inc
+++ b/src/mainboard/google/rotor/Makefile.inc
@@ -25,4 +25,5 @@ ramstage-$(CONFIG_CHROMEOS) += chromeos.c
romstage-y += memlayout.ld
romstage-y += reset.c
+romstage-y += dram_params.c
romstage-$(CONFIG_CHROMEOS) += chromeos.c