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
73b4214b
Unverified
Commit
73b4214b
authored
Jun 19, 2018
by
Dimitris Papastamos
Committed by
GitHub
Jun 19, 2018
Browse files
Merge pull request #1425 from jts-arm/panic
Panic in BL1 when TB_FW_CONFIG is invalid
parents
b8dc3f14
355e0967
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/common/arm_dyn_cfg.c
View file @
73b4214b
...
...
@@ -61,8 +61,8 @@ void arm_load_tb_fw_config(void)
err
=
arm_dyn_tb_fw_cfg_init
((
void
*
)
config_base
,
&
tb_fw_node
);
if
(
err
<
0
)
{
WARN
(
"Invalid TB_FW_CONFIG loaded
\n
"
);
return
;
ERROR
(
"Invalid TB_FW_CONFIG loaded
\n
"
);
panic
()
;
}
err
=
arm_dyn_get_disable_auth
((
void
*
)
config_base
,
tb_fw_node
,
&
disable_auth
);
...
...
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