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
6 years ago
by
Dimitris Papastamos
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
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
Showing
1 changed file
plat/arm/common/arm_dyn_cfg.c
+2
-2
plat/arm/common/arm_dyn_cfg.c
with
2 additions
and
2 deletions
+2
-2
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
);
...
...
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