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
|
@ -42,9 +42,6 @@ config ARM
|
|||
help
|
||||
This option signifies the use of an ARM system.
|
||||
|
||||
config XIP
|
||||
default n
|
||||
|
||||
config ISA_THUMB2
|
||||
bool "Thumb-2 Technology"
|
||||
default y
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
@ -12,7 +12,7 @@ CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
|||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
|
||||
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
|
||||
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
@ -12,7 +12,7 @@ CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
|||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
|
||||
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
|
||||
|
||||
#
|
||||
|
|
|
@ -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