diff options
author | Hakim Giydan <hgiydan@marvell.com> | 2016-09-08 10:53:10 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-09-13 16:58:20 +0200 |
commit | 1bf8c4d443af091c2a0f4779091588d11f5d2f5e (patch) | |
tree | 163dde30b11cd7be427bd584e128b51e0cd5c7a1 /src/soc/marvell/mvmap2315/Makefile.inc | |
parent | 5251a08d6807ecd76acb78eddbc3bbca4785bfbe (diff) |
soc/marvell/mvmap2315: Add A2BUS driver
A2BUS is a custom fabric.
Testing: booted successfully.
Change-Id: If6e61f5aa30217eb601ac460d9306166b8433569
Signed-off-by: Hakim Giydan <hgiydan@marvell.com>
Reviewed-on: https://review.coreboot.org/15523
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 1510815225..606a3cf246 100644 --- a/src/soc/marvell/mvmap2315/Makefile.inc +++ b/src/soc/marvell/mvmap2315/Makefile.inc @@ -15,6 +15,7 @@ ifeq ($(CONFIG_SOC_MARVELL_MVMAP2315),y) +bootblock-y += a2bus.c bootblock-y += apmu.c bootblock-y += bootblock.c bootblock-y += bdb.c |