summaryrefslogtreecommitdiff
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 13:26:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-06 15:19:35 +0100
commit6fad1f0aba6d7bb21ba7c93d5e9f90733d699daa (patch)
tree5d6ecb8f224c05235806a41f15c52e41fc8ada03 /testsuites
parentcadff8f7df4cbfa0fc2a91bc4d930c76bb897c87 (diff)
samples/iostream: Simplify configuration
Remove CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY since it is not needed and just increases the boot time.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/iostream/system.h1
1 files changed, 0 insertions, 1 deletions
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