mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-15 08:57:02 +02:00
Merge "fix(fvp): fix NULL pointer dereference issue" into integration
This commit is contained in:
commit
be96158fbb
@ -75,6 +75,7 @@ struct bl_params *plat_get_next_bl_params(void)
|
|||||||
|
|
||||||
/* grab NS HW config address */
|
/* grab NS HW config address */
|
||||||
hw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, HW_CONFIG_ID);
|
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 */
|
/* To retrieve actual size of the HW_CONFIG */
|
||||||
param_node = get_bl_mem_params_node(HW_CONFIG_ID);
|
param_node = get_bl_mem_params_node(HW_CONFIG_ID);
|
||||||
|
Loading…
Reference in New Issue
Block a user