Commit 21e22c74 authored by Olivier Deprez's avatar Olivier Deprez Committed by TrustedFirmware Code Review
Browse files

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

parents 8d8d9cf2 f98f464e
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment