summaryrefslogtreecommitdiff
path: root/src/soc/marvell/mvmap2315/Makefile.inc
diff options
context:
space:
mode:
authorHakim Giydan <hgiydan@marvell.com>2016-09-08 10:44:40 -0700
committerMartin Roth <martinroth@google.com>2016-09-13 16:57:04 +0200
commit6a1a36f7e9afc9a9dbdee813613243805e829a85 (patch)
tree631604c9e91a7cec3f9fb9afb2552c06d2d45dde /src/soc/marvell/mvmap2315/Makefile.inc
parent03d10ea29ce015797bbb257f2cc890a1abb7837b (diff)
downloadcoreboot-6a1a36f7e9afc9a9dbdee813613243805e829a85.tar.xz
soc/marvell/mvmap2315: Add flash driver
Testing: booted successfully. Change-Id: Iaeff9f01dbfad7f313aa237e8c71c36c4ed1e06f Signed-off-by: Hakim Giydan <hgiydan@marvell.com> Reviewed-on: https://review.coreboot.org/15509 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/marvell/mvmap2315/Makefile.inc')
-rw-r--r--src/soc/marvell/mvmap2315/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/marvell/mvmap2315/Makefile.inc b/src/soc/marvell/mvmap2315/Makefile.inc
index d711b7d273..d7b23762a2 100644
--- a/src/soc/marvell/mvmap2315/Makefile.inc
+++ b/src/soc/marvell/mvmap2315/Makefile.inc
@@ -20,6 +20,7 @@ bootblock-y += clock.c
bootblock-y += fiq.S
bootblock-y += gic.c
bootblock-y += gpio.c
+bootblock-y += flash.c
bootblock-y += media.c
bootblock-y += pinmux.c
bootblock-y += reset.c