stm32mp1: Migrate to new interfaces
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Mon, 24 Sep 2018 16:16:41 +0000 (17:16 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 28 Sep 2018 14:31:53 +0000 (15:31 +0100)
- Remove references to removed build options.
- Remove useless include to removed file.

Change-Id: I256da4135ac0a6ff80d4f211689ab4d08436206f
Tested-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
plat/st/stm32mp1/platform.mk
plat/st/stm32mp1/sp_min/sp_min_setup.c

index 3f938d904d9d1c91daff47d3e95e49c0d6e63f71..30b293296ebce21147ba54e5d1bd9a4437140504 100644 (file)
@@ -6,9 +6,7 @@
 
 ARM_CORTEX_A7          :=      yes
 ARM_WITH_NEON          :=      yes
-LOAD_IMAGE_V2          :=      1
 BL2_AT_EL3             :=      1
-ENABLE_PLAT_COMPAT     :=      0
 USE_COHERENT_MEM       :=      0
 
 STM32_TF_VERSION       ?=      0
index 1329bdb89359e063953f27f3e72cf321fd47d7e2..56598c8be7b3d5df3e88be130e9a0fbd4789431b 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <arch_helpers.h>
-#include <arm_gic.h>
 #include <assert.h>
 #include <bl_common.h>
 #include <console.h>