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 35b6f64 commit f6fd0fe
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 @@ -937,7 +937,7 @@ static void init_primary(unsigned long pageable_part, unsigned long nsec_entry)
core_mmu_save_mem_map();
core_mmu_init_phys_mem();
va = boot_mem_release_unused();
if (IS_ENABLED(CFG_ARM32_core) && !IS_ENABLED(CFG_WITH_PAGER)) {
if (!IS_ENABLED(CFG_WITH_PAGER)) {
/*
* We must update boot_cached_mem_end to reflect the memory
* just unmapped by boot_mem_release_unused().
Expand Down

0 comments on commit f6fd0fe

Please sign in to comment.