Commit 217528f2 authored by Keith Packard's avatar Keith Packard Committed by Stephanos Ioannidis
Browse files

boards/qemu_x86_tiny: Shrink reserved pages for picolibc heap



Just like newlib.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent 25c37846
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,6 +109,6 @@ config X86_EXTRA_PAGE_TABLE_PAGES

config DEMAND_PAGING_PAGE_FRAMES_RESERVE
	# Need to accommodate the heap for newlib in libc-hook.c
	default 6 if NEWLIB_LIBC
	default 6 if NEWLIB_LIBC || PICOLIBC

endif # BOARD_QEMU_X86_TINY