rpi3: Remove unneeded include paths from Makefile
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Mon, 17 Dec 2018 17:49:35 +0000 (17:49 +0000)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 4 Jan 2019 10:43:20 +0000 (10:43 +0000)
Change-Id: I20d164f7573ebc24935e92a924472e29c8a0e3a0
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
plat/rpi3/platform.mk

index 46c139eac43f1ea7f725605b523e236fdc2de3dc..559f31634822b395d7863b7ee9cc5ce4daf8a96b 100644 (file)
@@ -7,8 +7,7 @@
 include lib/libfdt/libfdt.mk
 include lib/xlat_tables_v2/xlat_tables.mk
 
-PLAT_INCLUDES          :=      -Iinclude/common/tbbr                   \
-                               -Iplat/rpi3/include
+PLAT_INCLUDES          :=      -Iplat/rpi3/include
 
 PLAT_BL_COMMON_SOURCES :=      drivers/ti/uart/aarch64/16550_console.S \
                                plat/rpi3/rpi3_common.c                 \
@@ -185,8 +184,6 @@ ifneq (${TRUSTED_BOARD_BOOT},0)
                                drivers/auth/img_parser_mod.c           \
                                drivers/auth/tbbr/tbbr_cot.c
 
-    PLAT_INCLUDES      +=      -Iinclude/bl1/tbbr
-
     BL1_SOURCES                +=      ${AUTH_SOURCES}                         \
                                bl1/tbbr/tbbr_img_desc.c                \
                                plat/common/tbbr/plat_tbbr.c            \