mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
The pointer to struct atf_image_info in
bl31_params_mem.bl31_params.bl31_image_info is not initialized before
being dereferenced. This can cause U-Boot to crash right before jumping
to the BL31 ATF binary.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Fixes: bcc1726a7b
("spl: add support to booting with ATF")
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>