From 7cd4d5b9c405b3dff6cfd96cb83c81f7f55ec603 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Tue, 9 Feb 2016 15:21:43 -0800 Subject: [PATCH] samples/footprint-min: turn off IPM for ARC On x86, IPM is not enabled for footprint min benchmark. Extends this to ARC too. Change-Id: I099fc00c9f8ee086118c63523ad28afd6c991732 Signed-off-by: Daniel Leung --- samples/nanokernel/benchmark/footprint/min/arc.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/nanokernel/benchmark/footprint/min/arc.conf b/samples/nanokernel/benchmark/footprint/min/arc.conf index 90ba00b5ac7..03f2a47bfc3 100644 --- a/samples/nanokernel/benchmark/footprint/min/arc.conf +++ b/samples/nanokernel/benchmark/footprint/min/arc.conf @@ -6,3 +6,4 @@ CONFIG_FAULT_DUMP=0 CONFIG_CONSOLE=n CONFIG_SERIAL=n CONFIG_ERRNO=n +CONFIG_IPM=n