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:
parent
5c586ee6b2
commit
3574aec5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ menu "Nios II Family Options"
|
|||
|
||||
config XIP
|
||||
bool
|
||||
default y
|
||||
default n
|
||||
|
||||
config IRQ_OFFLOAD
|
||||
bool "Enable IRQ offload"
|
||||
|
|
|
|||
Loading…
Reference in a new issue