Skip to content
GitLab
Menu
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
a29f50c9
Commit
a29f50c9
authored
May 29, 2016
by
Soren Brinkmann
Browse files
zynqmp: Remove double ';'
Signed-off-by:
Soren Brinkmann
<
soren.brinkmann@xilinx.com
>
parent
55eae0d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/xilinx/zynqmp/plat_startup.c
View file @
a29f50c9
...
...
@@ -114,7 +114,7 @@ static int get_fsbl_el(const struct xfsbl_partition *partition)
{
uint64_t
flags
=
partition
->
flags
&
FSBL_FLAGS_EL_MASK
;
return
flags
>>
FSBL_FLAGS_EL_SHIFT
;
;
return
flags
>>
FSBL_FLAGS_EL_SHIFT
;
}
/**
...
...
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