mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 18:44:22 +00:00
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 <manish.pandey2@arm.com>
This commit is contained in:
parent
8d8d9cf2a6
commit
f98f464e2a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue