From 814ce2f9ef9f35c1b33c07d08eea72c3f5322bf7 Mon Sep 17 00:00:00 2001 From: Grzegorz Jaszczyk Date: Thu, 28 Mar 2019 16:09:38 +0100 Subject: [PATCH] plat: marvell: a8k: extend includes to take advantage of the phy_porting_layer The phy porting layer uses defaults defined in "phy-default-porting-layer.h" when board specific file "phy-porting-layer.h" is not found. Because of the regression the board specific directory was not included, therefore all boards used default parameters. Change-Id: I66e5e6eb8a39cca5aeeb4de6dab2ceddc39c1e31 Signed-off-by: Grzegorz Jaszczyk --- plat/marvell/armada/a8k/common/a8k_common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/plat/marvell/armada/a8k/common/a8k_common.mk b/plat/marvell/armada/a8k/common/a8k_common.mk index 8731aa64b..dcbf9a66e 100644 --- a/plat/marvell/armada/a8k/common/a8k_common.mk +++ b/plat/marvell/armada/a8k/common/a8k_common.mk @@ -52,6 +52,7 @@ MARVELL_GIC_SOURCES := drivers/arm/gic/common/gic_common.c \ plat/common/plat_gicv2.c PLAT_INCLUDES := -I$(BOARD_DIR) \ + -I$(BOARD_DIR)/board \ -I$(PLAT_COMMON_BASE)/include \ -I$(PLAT_INCLUDE_BASE)/common