summaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2022-11-14 14:14:48 +0100
committerYann Gautier <yann.gautier@st.com>2022-11-14 14:14:48 +0100
commit981b9dcb878c868983388cd86c133f663eab1af4 (patch)
treebf8eea6827453d5f47807c31efd262b46d9f33d2 /fdts
parentc3170fd80b722cbd48a340a0a17f740b7676616c (diff)
downloadarm-trusted-firmware-981b9dcb878c868983388cd86c133f663eab1af4.tar.gz
refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE
The code managing legacy boot (without FIP) that was under STM32MP_USE_STM32IMAGE flag is remove. Change-Id: I04452453ed84567b0de39e900594a81526562259 Signed-off-by: Yann Gautier <yann.gautier@st.com>
Diffstat (limited to 'fdts')
-rw-r--r--fdts/stm32mp15-bl2.dtsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/fdts/stm32mp15-bl2.dtsi b/fdts/stm32mp15-bl2.dtsi
index b2d0ba645..5489a624e 100644
--- a/fdts/stm32mp15-bl2.dtsi
+++ b/fdts/stm32mp15-bl2.dtsi
@@ -69,7 +69,6 @@
};
};
-#if !STM32MP_USE_STM32IMAGE
/*
* UUID's here are UUID RFC 4122 compliant meaning fieds are stored in
* network order (big endian)
@@ -113,5 +112,4 @@
#include "stm32mp1-cot-descriptors.dtsi"
#endif
-#endif /* !STM32MP_USE_STM32IMAGE */
};