mirror of
https://xff.cz/git/u-boot/
synced 2025-12-28 16:57:09 +01:00
Commit81ea00838c("efi_loader: PSCI reset and shutdown") put the SMCCC assembly code into the efi specific code section. This is wrong when we do not have EFI_LOADER enabled, as that strips efi runtime sections from the output binary Reported-by: Michal Simek <monstr@monstr.eu> Reported-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Tested-by: Michal Simek <monstr@monstr.eu> Fixes:81ea00838c("efi_loader: PSCI reset and shutdown") Signed-off-by: Alexander Graf <agraf@suse.de>