diff options
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | 2020-06-11 22:25:53 +0100 |
---|---|---|
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | 2020-06-24 08:44:26 +0100 |
commit | f17ae7b0a92b83f5e230baee1f1a11b3cbfb2910 (patch) | |
tree | b6ee896aef807457e0cf6bf29a146ad28f003b26 /include | |
parent | fe6fd3e4e05ed3cf7f1a34cf04ee1dab259cab0c (diff) | |
download | platform_external_arm-trusted-firmware-f17ae7b0a92b83f5e230baee1f1a11b3cbfb2910.tar.gz platform_external_arm-trusted-firmware-f17ae7b0a92b83f5e230baee1f1a11b3cbfb2910.tar.bz2 platform_external_arm-trusted-firmware-f17ae7b0a92b83f5e230baee1f1a11b3cbfb2910.zip |
fconf: Handle error from fconf_load_config
Updated 'fconf_load_config' function to return
the error.
Error from 'fconf_load_config" gets handled
by BL1 in subsequent patches.
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I4360f4df850e355b5762bb2d9666eb285101bc68
Diffstat (limited to 'include')
-rw-r--r-- | include/lib/fconf/fconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/fconf/fconf.h b/include/lib/fconf/fconf.h index 7020f8698..917e053bd 100644 --- a/include/lib/fconf/fconf.h +++ b/include/lib/fconf/fconf.h @@ -44,7 +44,7 @@ struct fconf_populator { }; /* This function supports to load tb_fw_config and fw_config dtb */ -void fconf_load_config(unsigned int image_id); +int fconf_load_config(unsigned int image_id); /* Top level populate function * |