stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCES
authorYann Gautier <yann.gautier@st.com>
Thu, 9 May 2019 09:56:30 +0000 (11:56 +0200)
committerYann Gautier <yann.gautier@st.com>
Mon, 17 Jun 2019 12:03:51 +0000 (14:03 +0200)
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 <yann.gautier@st.com>
plat/st/stm32mp1/platform.mk

index a05f61988ce3a90f63efb534f85712cbbbd92169..f6bf9f3f4e83063aa2647cf1bdc1efba3f359b40 100644 (file)
@@ -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                                  \