Disable XIP support. This enables `PART_BOOT_EXT` to correctly load the boot partition from external flash.

pull/302/head
David Garske 2023-05-05 10:43:10 -07:00
parent 23061c041c
commit c8a28005ac
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CORTEX_M0?=0
NO_ASM?=0
EXT_FLASH?=1
SPI_FLASH?=0
NO_XIP?=0
NO_XIP?=1
UART_FLASH?=0
ALLOW_DOWNGRADE?=0
NVM_FLASH_WRITEONCE?=0