Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
cae725bf
Unverified
Commit
cae725bf
authored
6 years ago
by
Antonio Niño Díaz
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1721 from marex/arm/master/memsize-passing-v2
plat: rcar: Move FDT from x3 to x1
parents
85686f18
06ce6912
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/renesas/rcar/bl2_plat_mem_params_desc.c
+1
-1
plat/renesas/rcar/bl2_plat_mem_params_desc.c
with
1 addition
and
1 deletion
+1
-1
plat/renesas/rcar/bl2_plat_mem_params_desc.c
View file @
cae725bf
...
...
@@ -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
.
arg
3
=
(
uintptr_t
)
fdt_blob
,
.
ep_info
.
args
.
arg
1
=
(
uintptr_t
)
fdt_blob
,
SET_STATIC_PARAM_HEAD
(
image_info
,
PARAM_EP
,
VERSION_2
,
image_info_t
,
0
),
.
image_info
.
image_max_size
=
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help