Skip to content

Commit db63ce9

Browse files
committed
boards: x86/minnowboard: specify CONFIG_X86_MMU_PAGE_POOL_PAGES
Given that the Minnowboard has relatively large memory, the default number of pages allocated for page tables are not enough, and resulting in asserting in the page table initialization code. So change the number of pages to a large number to accomodate various applications. Fixes #24353 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
1 parent d2dce5e commit db63ce9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/x86/minnowboard/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ config BOARD
88
config BUILD_OUTPUT_STRIPPED
99
default y
1010

11+
config X86_MMU_PAGE_POOL_PAGES
12+
default 3072 if X86_MMU
13+
1114
endif # BOARD_MINNOWBOARD

0 commit comments

Comments
 (0)