From: arighi Date: Wed, 19 May 2010 12:57:28 +0000 (+0000) Subject: lm3s1968: disable kernel heap support for the kernel footprint benchmark. X-Git-Tag: 2.5.0~191 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7f7ef05ca472e386e8b1c46373986981c58095fd;p=bertos.git lm3s1968: disable kernel heap support for the kernel footprint benchmark. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3726 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h b/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h index ab1a4680..ef228257 100644 --- a/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h +++ b/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h @@ -79,7 +79,7 @@ * $WIZ$ type = "boolean" * $WIZ$ conditional_deps = "heap" */ -#define CONFIG_KERN_HEAP 1 +#define CONFIG_KERN_HEAP 0 /** * Size of the dynamic memory pool used by processes.