diff options
Diffstat (limited to 'lib/fconf/fconf.c')
-rw-r--r-- | lib/fconf/fconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fconf/fconf.c b/lib/fconf/fconf.c index 9ce46354d..3007273ae 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 */ - VERBOSE("Failed to load FW_CONFIG\n"); + WARN("Failed to load FW_CONFIG\n"); return; } |