summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream/system.h
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/samples/iostream/system.h
parentconfig: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLY (diff)
downloadrtems-6fad1f0aba6d7bb21ba7c93d5e9f90733d699daa.tar.bz2
samples/iostream: Simplify configuration
Remove CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY since it is not needed and just increases the boot time.
Diffstat (limited to '')
-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