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
b7477475
Unverified
Commit
b7477475
authored
Mar 22, 2018
by
davidcunado-arm
Committed by
GitHub
Mar 22, 2018
Browse files
Merge pull request #1321 from sandrine-bailleux-arm/topics/sb/fix-trusty-setup
Trusty: Fix sanity check on NS entry point
parents
f13ef37a
0d3feba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/spd/trusty/trusty.c
View file @
b7477475
...
@@ -451,7 +451,7 @@ static int32_t trusty_setup(void)
...
@@ -451,7 +451,7 @@ static int32_t trusty_setup(void)
uint32_t
spsr
;
uint32_t
spsr
;
ns_ep_info
=
bl31_plat_get_next_image_ep_info
(
NON_SECURE
);
ns_ep_info
=
bl31_plat_get_next_image_ep_info
(
NON_SECURE
);
if
(
!
ep_info
)
{
if
(
ns_
ep_info
==
NULL
)
{
NOTICE
(
"Trusty: non-secure image missing.
\n
"
);
NOTICE
(
"Trusty: non-secure image missing.
\n
"
);
return
-
1
;
return
-
1
;
}
}
...
...
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