From f98f464e2a22cc6fc3760fa9ea8b61076832d445 Mon Sep 17 00:00:00 2001 From: Manish Pandey Date: Thu, 26 Mar 2020 21:46:53 +0000 Subject: fconf: notify if fw_config dt is not used Notify if fw_config dt is either not available or not loaded from fip. Change-Id: I4dfcbe5032503d97f532a3287c5312c581578b68 Signed-off-by: Manish Pandey --- lib/fconf/fconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3