From 79a790829f8ca759c38af25f6ceb72b44382ea2b Mon Sep 17 00:00:00 2001 From: Savinay Dharmappa Date: Fri, 2 Nov 2018 18:10:26 +0530 Subject: [PATCH] soc: xtensa: intel_s1000: fix fatal exception. disable XTENSA_ASM2 Config to fix fatal exection on intel_s1000. Signed-off-by: Savinay Dharmappa --- soc/xtensa/intel_s1000/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/xtensa/intel_s1000/Kconfig.defconfig b/soc/xtensa/intel_s1000/Kconfig.defconfig index 376867644aa..db64f2c2aa3 100644 --- a/soc/xtensa/intel_s1000/Kconfig.defconfig +++ b/soc/xtensa/intel_s1000/Kconfig.defconfig @@ -13,7 +13,7 @@ config IRQ_OFFLOAD_INTNUM default 0 config XTENSA_ASM2 - def_bool y + def_bool n # S1000 does not have MISC0. # Since EXCSAVE2 is unused by Zephyr, use it instead.