Home
last modified time | relevance | path

Searched hist:"1 f8363e6a13b0d06cd1412d6259f90525183f732" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dboot.c1f8363e6a13b0d06cd1412d6259f90525183f732 Fri May 05 10:19:06 UTC 2023 Alvin Chang <alvinga@andestech.com> core: riscv: kernel: Fix compilation error with missing parameter

This patch adds "unsigned long tos_fw_config" as second parameter for
RISC-V's boot_init_primary_late() to solve compilation error.

Fixes: 809fa817ae63 ("core: ffa: add TOS_FW_CONFIG handling")
Signed-off-by: Alvin Chang <alvinga@andestech.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>