Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dboot.c3e7d042b5d1ef70006f1bd75a93dc3623b3cd2ac Fri Mar 14 18:16:42 UTC 2025 Jens Wiklander <jens.wiklander@linaro.org> core: arm: boot: fix calling page_alloc_init()

The functions page_alloc_init() and nex_page_alloc_init() depends on
MEM_AREA_TEE_DYN_VASPACE and MEM_AREA_NEX_DYN_VASPACE, but the memory
areas are only available with CFG_DYN_CONFIG so check that before
calling the functions.

Fixes: 0e12fb0c2d75 ("core: arm: boot: call page_alloc_init()")
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>