mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 04:24:19 +00:00
chore(fconf): rename last occurences of set_fw_config_info()
set_fw_config_info() interface got renamed into set_config_info() as
part of commit f441718936
("lib/fconf:
Update 'set_fw_config_info' function"). Rename a few left-overs of the
old name.
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: I119719cd7f3ba544e0c4c438e5341d35c7b5bdc2
This commit is contained in:
parent
e14b7acb49
commit
8dadc1e2a6
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ bl1_main -> fvp_bl1_setup : bl1_platform_setup()
|
|||
fvp_bl1_setup -> arm_bl1_setup : arm_bl1_platform_setup()
|
||||
arm_bl1_setup -> arm_io_storage : plat_arm_io_setup()
|
||||
note over arm_io_storage : register and setup fip
|
||||
arm_bl1_setup -> fconf : set_fw_config_info(fw_config_base, max_size)
|
||||
arm_bl1_setup -> fconf : set_config_info(fw_config_base, max_size, FW_CONFIG_ID)
|
||||
note over fconf
|
||||
set fw_config information
|
||||
(address, size, image_id)
|
||||
|
|
|
@ -83,7 +83,7 @@ int fconf_populate_dtb_registry(uintptr_t config)
|
|||
|
||||
/*
|
||||
* In case of BL1, fw_config dtb information is already
|
||||
* populated in global dtb_infos array by 'set_fw_config_info'
|
||||
* populated in global dtb_infos array by 'set_config_info'
|
||||
* function, Below check is present to avoid re-population of
|
||||
* fw_config information.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue