mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2024-11-26 19:33:32 +08:00
feat(stm32mp2): use early traces
Replace ERROR message with EARLY_ERROR for OTP driver probe, as this will be called before default console is enabled. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I756a04727c494d5f681a45d47d01189dff07dbe7
This commit is contained in:
parent
cf237f8d55
commit
47ea303389
@ -27,7 +27,7 @@ void bl2_platform_setup(void)
|
||||
void bl2_el3_plat_arch_setup(void)
|
||||
{
|
||||
if (stm32_otp_probe() != 0U) {
|
||||
ERROR("OTP probe failed\n");
|
||||
EARLY_ERROR("OTP probe failed\n");
|
||||
panic();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user