Merge "fconf: notify if fw_config dt is not used" into integration

This commit is contained in:
Olivier Deprez 2020-03-27 13:13:16 +00:00 committed by TrustedFirmware Code Review
commit 21e22c74cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}