Skip to content
Snippets Groups Projects
Commit 2172b8ea authored by Luis Gerhorst's avatar Luis Gerhorst
Browse files

Disable arm_mmu on raspi3b

parent e6d8dcb4
No related branches found
No related tags found
No related merge requests found
......@@ -459,6 +459,7 @@ static int arm_mmu_init(const struct device *arg)
return 0;
}
#ifndef CONFIG_BOARD_QEMU_RASPI3
SYS_INIT(arm_mmu_init, PRE_KERNEL_1,
#if MMU_DEBUG_PRINTS
MMU_DEBUG_PRIORITY
......@@ -466,3 +467,6 @@ SYS_INIT(arm_mmu_init, PRE_KERNEL_1,
CONFIG_KERNEL_INIT_PRIORITY_DEVICE
#endif
);
#else
#warning ARM MMU disabled because it is buggy on qemu_raspi3 board
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment