commit | 21e22c74cd072c878a31e41fd96a4cd1c1048cfc | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Fri Mar 27 13:13:16 2020 +0000 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Fri Mar 27 13:13:16 2020 +0000 |
tree | bca7aa9cc8bb41804c59afafa07e2d22a222a274 | |
parent | 8d8d9cf2a68b0f835a25640511f818e116ebe0eb [diff] | |
parent | f98f464e2a22cc6fc3760fa9ea8b61076832d445 [diff] |
Merge "fconf: notify if fw_config dt is not used" into integration
diff --git a/lib/fconf/fconf.c b/lib/fconf/fconf.c index 3007273..a5ec143 100644 --- a/lib/fconf/fconf.c +++ b/lib/fconf/fconf.c
@@ -33,7 +33,7 @@ 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; }