mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "fix(fvp): fix NULL pointer dereference issue" into integration
This commit is contained in:
commit
be96158fbb
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ struct bl_params *plat_get_next_bl_params(void)
|
|||
|
||||
/* grab NS HW config address */
|
||||
hw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, HW_CONFIG_ID);
|
||||
assert(hw_config_info != NULL);
|
||||
|
||||
/* To retrieve actual size of the HW_CONFIG */
|
||||
param_node = get_bl_mem_params_node(HW_CONFIG_ID);
|
||||
|
|
Loading…
Add table
Reference in a new issue