Skip to content

Commit

Permalink
[review] core: arm: enable CFG_BOOT_MEM unconditionally
Browse files Browse the repository at this point in the history
Update.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
jenswi-linaro committed Sep 23, 2024
1 parent f6fd0fe commit de4f80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/kernel/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ static void init_pager_runtime(unsigned long pageable_part)
asan_memcpy_unchecked(hashes, tmp_hashes, hash_size);

/*
* The pager is about the be enabled below, evenual temporary boot
* The pager is about the be enabled below, eventual temporary boot
* memory allocation must be removed now.
*/
boot_mem_release_tmp_alloc();
Expand Down

0 comments on commit de4f80f

Please sign in to comment.