[PATCH 1/2] samples/iostream: Simplify configuration
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue Feb 4 12:28:04 UTC 2020
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 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
--
2.16.4
More information about the devel
mailing list