From bc68ce993b1ec385cb7d8f11b5e8fca96d53f3be Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 15 May 2024 09:37:21 +0900 Subject: [PATCH] wamr: tweak the defaults according to the new ARCH kconfig options --- interpreters/wamr/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index 4604e3333..fbe400641 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -49,10 +49,12 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY config INTERPRETERS_WAMR_AOT_WORD_ALIGN_READ bool "Make WAMR AOT loader use word-aligned read" + default y if ARCH_TEXT_HEAP_WORD_ALIGNED_READ default n config INTERPRETERS_WAMR_MEM_DUAL_BUS_MIRROR bool "Make WAMR AOT loader aware of separate instruction/data memory mapping" + default y if ARCH_TEXT_HEAP_SEPARATE_DATA_ADDRESS default n choice