Merge "fix(fvp): fix NULL pointer dereference issue" into integration

This commit is contained in:
Sandrine Bailleux 2022-05-06 10:08:54 +02:00 committed by TrustedFirmware Code Review
commit be96158fbb

View file

@ -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);