Kbuild: Set XIP as default for CortexM.
This commit sets Execute in Place (XIP) option as a default for CortexM architectures. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Ib9bd361a9ac6c64d9755c6bf3ac5c8df6c1b22f2
This commit is contained in:
parent
987d64c9ba
commit
6ec8b8cdd5
6 changed files with 5 additions and 8 deletions
|
@ -12,7 +12,7 @@ CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
|||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
||||
CONFIG_SYS_CLOCK_EXISTS=y
|
||||
# CONFIG_INIT_STACKS is not set
|
||||
# CONFIG_XIP is not set
|
||||
CONFIG_XIP=y
|
||||
# CONFIG_ENHANCED_SECURITY is not set
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue