mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-21 20:14:29 +00:00
Merge "fix(arm): correct the RESET_TO_BL31 x1 handoff arg" into integration
This commit is contained in:
commit
9268bc23f1
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ void __init arm_bl31_early_platform_setup(u_register_t arg0, u_register_t arg1,
|
|||
|
||||
bl33_image_ep_info.args.arg0 =
|
||||
FW_NS_HANDOFF_BASE + ARM_PRELOADED_DTB_OFFSET;
|
||||
bl33_image_ep_info.args.arg1 = TRANSFER_LIST_SIGNATURE |
|
||||
REGISTER_CONVENTION_VERSION_MASK;
|
||||
bl33_image_ep_info.args.arg1 =
|
||||
TRANSFER_LIST_HANDOFF_X1_VALUE(REGISTER_CONVENTION_VERSION);
|
||||
bl33_image_ep_info.args.arg3 = FW_NS_HANDOFF_BASE;
|
||||
#else
|
||||
struct transfer_list_entry *te = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue