From 57a974bcbdf2292365e3649db8a40dd2b83aef42 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 11 Nov 2022 07:42:11 +0000 Subject: [PATCH] od: rs90: Set page size to 4k DevilutionX now loads the dungeon (without audio) and the FPS is unchanged Signed-off-by: Gleb Mazovetskiy --- board/opendingux/rs90/linux_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/opendingux/rs90/linux_defconfig b/board/opendingux/rs90/linux_defconfig index 549742fba793..6a5706e155b9 100644 --- a/board/opendingux/rs90/linux_defconfig +++ b/board/opendingux/rs90/linux_defconfig @@ -23,7 +23,7 @@ CONFIG_PROFILING=y CONFIG_MACH_INGENIC_SOC=y CONFIG_JZ4740_RS90=y CONFIG_ZBOOT_LOAD_ADDRESS=0x81000000 -CONFIG_PAGE_SIZE_16KB=y +PAGE_SIZE_4KB=y CONFIG_ARCH_FORCE_MAX_ORDER=7 # CONFIG_MIPS_FP_SUPPORT is not set CONFIG_HZ_24=y