mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-22 15:01:17 +02:00
Merge "fix(versal): print proper atf handoff source" into integration
This commit is contained in:
commit
3e15e67ca8
@ -135,7 +135,7 @@ void bl31_early_platform_setup2(u_register_t arg0, u_register_t arg1,
|
|||||||
} else if (ret != FSBL_HANDOFF_SUCCESS) {
|
} else if (ret != FSBL_HANDOFF_SUCCESS) {
|
||||||
panic();
|
panic();
|
||||||
} else {
|
} else {
|
||||||
INFO("BL31: fsbl-atf handover success %u\n", ret);
|
INFO("BL31: PLM to TF-A handover success %u\n", ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
NOTICE("BL31: Secure code at 0x%lx\n", bl32_image_ep_info.pc);
|
NOTICE("BL31: Secure code at 0x%lx\n", bl32_image_ep_info.pc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user