summaryrefslogtreecommitdiff
path: root/plat/marvell/a3700
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-11-14 17:15:08 +0200
committerKonstantin Porotchkin <kostap@marvell.com>2018-11-15 13:42:45 +0200
commitd7c4420cb8a745bf61c1de0df8858526002e16b0 (patch)
tree34c99fa20fa8a1b720c1263df6691dc5a45de365 /plat/marvell/a3700
parent076374c9b97d47b10ba5c6034817866c08d66ed4 (diff)
plat/marvell: Migrate to multi-console API
Migrate Marvell platforms from legacy console API to multi-console API. Change-Id: I647f5f49148b463a257a747af05b5f0c967f267c Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Diffstat (limited to 'plat/marvell/a3700')
-rw-r--r--plat/marvell/a3700/common/a3700_common.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/plat/marvell/a3700/common/a3700_common.mk b/plat/marvell/a3700/common/a3700_common.mk
index 387562bc..3983c707 100644
--- a/plat/marvell/a3700/common/a3700_common.mk
+++ b/plat/marvell/a3700/common/a3700_common.mk
@@ -71,7 +71,6 @@ TIMBLDUARTARGS := $(MARVELL_SECURE_BOOT) UART $(IMAGESPATH) $(DOIMAGEPATH) $(CL
$(DDR_TOPOLOGY) 0 0 $(DOIMAGE_CFG) $(TIMNCFG) $(TIMNSIG) 0
DOIMAGE_FLAGS := -r $(DOIMAGE_CFG) -v -D
-
# GICV3
$(eval $(call add_define,CONFIG_GICV3))
@@ -91,8 +90,8 @@ ATF_INCLUDES := -Iinclude/common/tbbr \
PLAT_INCLUDES := -I$(PLAT_FAMILY_BASE)/$(PLAT) \
-I$(PLAT_COMMON_BASE)/include \
-I$(PLAT_INCLUDE_BASE)/common \
- -I$(MARVELL_DRV_BASE)/uart \
-I$(MARVELL_DRV_BASE) \
+ -Iinclude/drivers/marvell/uart \
-I$/drivers/arm/gic/common/ \
$(ATF_INCLUDES)