From 6fad1f0aba6d7bb21ba7c93d5e9f90733d699daa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 4 Feb 2020 13:26:46 +0100 Subject: samples/iostream: Simplify configuration Remove CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY since it is not needed and just increases the boot time. --- testsuites/samples/iostream/system.h | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h index 0ae1d8f94f..fbcc56e063 100644 --- a/testsuites/samples/iostream/system.h +++ b/testsuites/samples/iostream/system.h @@ -21,7 +21,6 @@ /* NOTICE: the clock driver is explicitly disabled */ #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER -#define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY TRUE #define CONFIGURE_MAXIMUM_TASKS 1 -- cgit v1.2.3