Merge "fix(versal): print proper atf handoff source" into integration

This commit is contained in:
Joanna Farley 2023-01-12 11:08:52 +01:00 committed by TrustedFirmware Code Review
commit 3e15e67ca8

View File

@ -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);