diff options
author | Hakim Giydan <hgiydan@marvell.com> | 2016-09-08 10:59:15 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-09-13 16:59:08 +0200 |
commit | f727c7ce38cc58eaf24c55d440e885a1b24a26a1 (patch) | |
tree | f03978e1169d8683d45bec9254ede78eff2cda39 /src/soc/marvell/mvmap2315/Makefile.inc | |
parent | 34c835db307666385374670123477434c99473ec (diff) | |
download | coreboot-f727c7ce38cc58eaf24c55d440e885a1b24a26a1.tar.xz |
soc/marvell/mvmap2315: Add MCU driver
Testing: booted successfully.
Change-Id: I003f6929b00476d46be931773cd35418fe6622a6
Signed-off-by: Hakim Giydan <hgiydan@marvell.com>
Reviewed-on: https://review.coreboot.org/15529
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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/marvell/mvmap2315/Makefile.inc b/src/soc/marvell/mvmap2315/Makefile.inc index a4a92d31fd..d30ab68e95 100644 --- a/src/soc/marvell/mvmap2315/Makefile.inc +++ b/src/soc/marvell/mvmap2315/Makefile.inc @@ -26,6 +26,7 @@ bootblock-y += gic.c bootblock-y += gpio.c bootblock-y += flash.c bootblock-y += load_validate.c +bootblock-y += mcu.c bootblock-y += media.c bootblock-y += nvm.c bootblock-y += pinmux.c |