mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
stm32mp1: Migrate to new interfaces
- 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>
This commit is contained in:
parent
62fa9c2e8f
commit
de5457e39b
2 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,7 @@
|
||||||
|
|
||||||
ARM_CORTEX_A7 := yes
|
ARM_CORTEX_A7 := yes
|
||||||
ARM_WITH_NEON := yes
|
ARM_WITH_NEON := yes
|
||||||
LOAD_IMAGE_V2 := 1
|
|
||||||
BL2_AT_EL3 := 1
|
BL2_AT_EL3 := 1
|
||||||
ENABLE_PLAT_COMPAT := 0
|
|
||||||
USE_COHERENT_MEM := 0
|
USE_COHERENT_MEM := 0
|
||||||
|
|
||||||
STM32_TF_VERSION ?= 0
|
STM32_TF_VERSION ?= 0
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <arch_helpers.h>
|
#include <arch_helpers.h>
|
||||||
#include <arm_gic.h>
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <bl_common.h>
|
#include <bl_common.h>
|
||||||
#include <console.h>
|
#include <console.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue