]> git.baikalelectronics.ru Git - arm-tf.git/commit
lib/fconf: Update data type of config max size
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 15 Jul 2020 03:27:57 +0000 (04:27 +0100)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Thu, 23 Jul 2020 02:11:05 +0000 (02:11 +0000)
commita4ff9d7e1ee4ccd66824c1e4be08727012c99123
tree60e8acf5ac6a4f20b89a6cd421f2bd2d1dc4cb27
parenta249a9d9e7b4a48c4080abad02b748479dafef52
lib/fconf: Update data type of config max size

Update the data type of the member 'config_max_size' present in the
structure 'dyn_cfg_dtb_info_t' to uint32_t.

This change is being done so that dyn_cfg_dtb_info_t and image_info
structure should use same data type for maximum size.

Change-Id: I9b5927a47eb8351bbf3664b8b1e047ae1ae5a260
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
include/lib/fconf/fconf_dyn_cfg_getter.h
lib/fconf/fconf.c
lib/fconf/fconf_dyn_cfg_getter.c
plat/arm/common/arm_dyn_cfg.c