samples/tests: remove old message about standard security
Change-Id: I52bb6731a8c7b2c3ba38b867ac57ff82332ae7f2 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
468ed2e989
commit
e81053ee03
|
@ -1,4 +1,3 @@
|
|||
# Use standard security profile. (=> no need for a random number generator)
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_EARLY_CONSOLE=y
|
||||
CONFIG_CPLUSPLUS=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Use standard security profile. (=> no need for a random number generator)
|
||||
CONFIG_CPLUSPLUS=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Use standard security profile. (=> no need for a random number generator)
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Use standard security profile. (=> no need for a random number generator)
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Use standard security profile for maximum performance.
|
||||
|
||||
# all printf, fprintf to stdout go to console
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
|
||||
|
|
|
@ -42,9 +42,6 @@ maximal (a "complex" image that has support for many kernel capabilities)
|
|||
- Adds floating point support (for x87 FPU, including SSE).
|
||||
|
||||
|
||||
NOTE:
|
||||
- These configurations utilize standard security only.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Building and Running Project:
|
||||
|
|
|
@ -37,9 +37,6 @@ maximal (a "complex" image that has support for many kernel capabilities)
|
|||
- Adds floating point support (for x87 FPU, including SSE).
|
||||
|
||||
|
||||
NOTE:
|
||||
- These configurations utilize standard security only.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Building and Running Project:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Use standard security profile for maximum performance.
|
||||
|
||||
# needed for printf output sent to console
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Use standard security profile for maximum performance.
|
||||
|
||||
# needed for printf output sent to console
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Use standard security profile for maximum performance.
|
||||
|
||||
# all printf, fprintf to stdout go to console
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
# Use standard security profile for maximum performance.
|
||||
|
||||
# all printf, fprintf to stdout go to console
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Disable enhanced security and enable XIP.
|
||||
CONFIG_XIP=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Disable enhanced security and enable XIP.
|
||||
CONFIG_XIP=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Disable enhanced security and enable XIP.
|
||||
CONFIG_XIP=y
|
||||
|
|
Loading…
Reference in a new issue