From 6eb48fea7c6bb9a70ecd4faa91f5b82f5bdaff31 Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Tue, 27 Jun 2023 23:10:40 +0200 Subject: [PATCH] Add config options to enable 32-bit ARMv7 instruction support on ODROID-M1 (#2615) So that legacy armv7 32bit applications can be correctly executed. (This refs https://github.com/jens-maus/RaspberryMatic/issues/2349). --- buildroot-external/board/hardkernel/kernel-rockchip.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildroot-external/board/hardkernel/kernel-rockchip.config b/buildroot-external/board/hardkernel/kernel-rockchip.config index c94ea003c..04d0ba615 100644 --- a/buildroot-external/board/hardkernel/kernel-rockchip.config +++ b/buildroot-external/board/hardkernel/kernel-rockchip.config @@ -4289,3 +4289,7 @@ CONFIG_RCU_CPU_STALL_TIMEOUT=60 CONFIG_FUNCTION_ERROR_INJECTION=y # CONFIG_RUNTIME_TESTING_MENU is not set CONFIG_MEMTEST=y +CONFIG_ARMV8_DEPRECATED=y +CONFIG_SWP_EMULATION=y +CONFIG_CP15_BARRIER_EMULATION=y +CONFIG_SETEND_EMULATION=y