[rtems commit] samples/iostream: Simplify configuration

Sebastian Huber sebh at rtems.org
Thu Feb 6 14:22:13 UTC 2020


Module:    rtems
Branch:    master
Commit:    6fad1f0aba6d7bb21ba7c93d5e9f90733d699daa
Changeset: http://git.rtems.org/rtems/commit/?id=6fad1f0aba6d7bb21ba7c93d5e9f90733d699daa

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb  4 13:26:46 2020 +0100

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(-)

diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h
index 0ae1d8f..fbcc56e 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
 



More information about the vc mailing list