arc: remove ENHANCED_SECURITY config from projects

The default for all architecures for ENHANCED_SECURITY is no remove
redundant config from arc project configs

Change-Id: I14257a9f111790d506b106ef184e859b595cd009
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
This commit is contained in:
Dirk Brandewie 2015-09-29 07:08:58 -07:00 committed by Anas Nashif
commit d29241fb65
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,3 @@
CONFIG_ENHANCED_SECURITY=n
CONFIG_ISR_STACK_SIZE=128
CONFIG_MAIN_STACK_SIZE=128
CONFIG_PRINTK=n

View file

@ -1,3 +1,2 @@
# Disable enhanced security and enable XIP.
CONFIG_ENHANCED_SECURITY=n
# enable XIP.
CONFIG_XIP=y