From: Yann Gautier Date: Thu, 9 May 2019 09:56:30 +0000 (+0200) Subject: stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCES X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d304158ed4d5cc282c65dbb89020df089fb932a5;p=project%2Fbcm63xx%2Fatf.git stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCES Remove inclusion of libfdt source files in source file list since these are already included from generic libfdt.mk makefile. Change-Id: If42624557c4d88ca85d70f83b1b08c58f50afe72 Signed-off-by: Yann Gautier --- diff --git a/plat/st/stm32mp1/platform.mk b/plat/st/stm32mp1/platform.mk index a05f6198..f6bf9f3f 100644 --- a/plat/st/stm32mp1/platform.mk +++ b/plat/st/stm32mp1/platform.mk @@ -49,8 +49,7 @@ PLAT_BL_COMMON_SOURCES += ${XLAT_TABLES_LIB_SRCS} PLAT_BL_COMMON_SOURCES += lib/cpus/aarch32/cortex_a7.S -PLAT_BL_COMMON_SOURCES += ${LIBFDT_SRCS} \ - drivers/arm/tzc/tzc400.c \ +PLAT_BL_COMMON_SOURCES += drivers/arm/tzc/tzc400.c \ drivers/delay_timer/delay_timer.c \ drivers/delay_timer/generic_delay_timer.c \ drivers/st/bsec/bsec.c \