[Sound-open-firmware] [PATCH] xtensa: Don't re-register ECC parity handler.

Liam Girdwood liam.r.girdwood at linux.intel.com
Wed Feb 21 18:26:31 CET 2018


ECC parity handler already defined in ROM so no need to re-register.

Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
 src/arch/xtensa/reset-vector.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/xtensa/reset-vector.S b/src/arch/xtensa/reset-vector.S
index f491b33..05f601d 100644
--- a/src/arch/xtensa/reset-vector.S
+++ b/src/arch/xtensa/reset-vector.S
@@ -514,7 +514,7 @@ unpackdone:
 	//  code memory, thus forcing memory error vector to be shared given
 	//  it is not VECBASE relative) to have the same memory error vector,
 	//  yet each have their own handler and associated data save area.
-#if XCHAL_HAVE_MEM_ECC_PARITY
+#if XCHAL_HAVE_MEM_ECC_PARITY_IGNORE
 	movi	a4, _MemErrorHandler
 	wsr	a4, MESAVE
 #endif
-- 
2.14.1



More information about the Sound-open-firmware mailing list