From 6333e135c523d1e16d99655987f16ce4e4b05187 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Fri, 26 Oct 2018 11:13:23 +0100 Subject: [PATCH] warp7, ls1043: Remove unneeded include paths include/plat/arm/common isn't needed by them, and is removed to avoid dependency on Arm platform code. Change-Id: Id9fccba33326fd075b3d1029bf1e4b012dfa0483 Signed-off-by: Antonio Nino Diaz --- plat/imx/imx7/warp7/platform.mk | 1 - plat/layerscape/board/ls1043/platform.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/plat/imx/imx7/warp7/platform.mk b/plat/imx/imx7/warp7/platform.mk index deb4c4115..a77186582 100644 --- a/plat/imx/imx7/warp7/platform.mk +++ b/plat/imx/imx7/warp7/platform.mk @@ -22,7 +22,6 @@ endif # Platform PLAT_INCLUDES := -Idrivers/imx/uart \ -Iinclude/common/tbbr \ - -Iinclude/plat/arm/common/ \ -Iplat/imx/common/include/ \ -Iplat/imx/imx7/warp7/include \ -Idrivers/imx/timer \ diff --git a/plat/layerscape/board/ls1043/platform.mk b/plat/layerscape/board/ls1043/platform.mk index c554ac30d..678205cd3 100644 --- a/plat/layerscape/board/ls1043/platform.mk +++ b/plat/layerscape/board/ls1043/platform.mk @@ -22,7 +22,6 @@ LS1043_SECURITY_SOURCES := plat/layerscape/common/ls_tzc380.c \ plat/layerscape/board/ls1043/ls1043_security.c PLAT_INCLUDES := -Iplat/layerscape/board/ls1043/include \ - -Iinclude/plat/arm/common \ -Iplat/layerscape/common/include \ -Iinclude/drivers/arm \ -Iinclude/lib \