aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2020-03-27 13:13:16 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-03-27 13:13:16 +0000
commit21e22c74cd072c878a31e41fd96a4cd1c1048cfc (patch)
treebca7aa9cc8bb41804c59afafa07e2d22a222a274
parent8d8d9cf2a68b0f835a25640511f818e116ebe0eb (diff)
parentf98f464e2a22cc6fc3760fa9ea8b61076832d445 (diff)
downloadplatform_external_arm-trusted-firmware-21e22c74cd072c878a31e41fd96a4cd1c1048cfc.tar.gz
platform_external_arm-trusted-firmware-21e22c74cd072c878a31e41fd96a4cd1c1048cfc.tar.bz2
platform_external_arm-trusted-firmware-21e22c74cd072c878a31e41fd96a4cd1c1048cfc.zip
Merge "fconf: notify if fw_config dt is not used" into integration
-rw-r--r--lib/fconf/fconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fconf/fconf.c b/lib/fconf/fconf.c
index 3007273ae..a5ec14300 100644
--- a/lib/fconf/fconf.c
+++ b/lib/fconf/fconf.c
@@ -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;
}