mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-14 08:27:00 +02:00
CAAM provides serial output during initialization, but the serial init
occurs after CAAM. This leads to serial output produced by CAAM init
function to be omitted and not displayed.
Change the order of initialization and call CAAM init after Serial. This
has no impact as Serial does not require CAAM to be initialized upfront.
Fixes:
|
||
---|---|---|
.. | ||
include | ||
gpc.c | ||
imx8mp_bl2_el3_setup.c | ||
imx8mp_bl2_mem_params_desc.c | ||
imx8mp_bl31_setup.c | ||
imx8mp_psci.c | ||
imx8mp_rotpk.S | ||
imx8mp_trusted_boot.c | ||
platform.mk |