mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge pull request #1721 from marex/arm/master/memsize-passing-v2
plat: rcar: Move FDT from x3 to x1
This commit is contained in:
commit
cae725bf38
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static bl_mem_params_node_t bl2_mem_params_descs[] = {
|
|||
#ifdef RCAR_BL33_ARG0
|
||||
.ep_info.args.arg0 = RCAR_BL33_ARG0,
|
||||
#endif
|
||||
.ep_info.args.arg3 = (uintptr_t)fdt_blob,
|
||||
.ep_info.args.arg1 = (uintptr_t)fdt_blob,
|
||||
SET_STATIC_PARAM_HEAD(image_info, PARAM_EP, VERSION_2,
|
||||
image_info_t, 0),
|
||||
.image_info.image_max_size =
|
||||
|
|
Loading…
Add table
Reference in a new issue