arm-trusted-firmware/bl2
Yann Gautier cc562e7410 fix(bl2): define RAM_NOLOAD for XIP
If BL2_IN_XIP_MEM is enabled, BL2 fails to compile because RAM_NOLOAD
symbol is not defined. As we could have a no-load region even if
BL2_IN_XIP_MEM is enabled, just put its definition outside the #if/#else
for this flag.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I9169ea799635f8a72790280f3f148d1cba4cd408
2022-03-31 14:52:04 +02:00
..
aarch32 feat(rme): run BL2 in root world when FEAT_RME is enabled 2021-10-04 21:13:20 +02:00
aarch64 feat(rme): run BL2 in root world when FEAT_RME is enabled 2021-10-04 21:13:20 +02:00
bl2.ld.S feat(rme): run BL2 in root world when FEAT_RME is enabled 2021-10-04 21:13:20 +02:00
bl2.mk refactor(gpt): productize and refactor GPT library 2021-10-05 16:24:57 -05:00
bl2_el3.ld.S fix(bl2): define RAM_NOLOAD for XIP 2022-03-31 14:52:04 +02:00
bl2_image_load_v2.c fix(bl2): correct messages with image_id 2022-02-15 18:09:51 +01:00
bl2_main.c refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot 2022-01-11 23:06:22 +00:00
bl2_private.h Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00