nios2: don't enable XIP by default

If XIP is turned on, only hardware breakpoints may be used, and
code cannot be loaded onto the device with nios2-download
or GDB 'load' command. RAM-constrained applications are free to
enable this if they need to.

Change-Id: Iee2d41f71f7ca2bc599801cf3cf0fac680273e51
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-06-17 11:47:48 -07:00 committed by Inaky Perez-Gonzalez
parent 5c586ee6b2
commit 3574aec5e1

View file

@ -46,7 +46,7 @@ menu "Nios II Family Options"
config XIP
bool
default y
default n
config IRQ_OFFLOAD
bool "Enable IRQ offload"