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
21e22c74
Commit
21e22c74
authored
Mar 27, 2020
by
Olivier Deprez
Committed by
TrustedFirmware Code Review
Mar 27, 2020
Browse files
Merge "fconf: notify if fw_config dt is not used" into integration
parents
8d8d9cf2
f98f464e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/fconf/fconf.c
View file @
21e22c74
...
...
@@ -33,7 +33,7 @@ void fconf_load_config(void)
err
=
load_auth_image
(
TB_FW_CONFIG_ID
,
&
arm_tb_fw_info
);
if
(
err
!=
0
)
{
/* Return if FW_CONFIG is not loaded */
WARN
(
"Failed to load FW_CONFIG
\n
"
);
VERBOSE
(
"FW_CONFIG not loaded, continuing without it
\n
"
);
return
;
}
...
...
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