mirror of https://github.com/wolfSSL/wolfBoot.git
Disable XIP support. This enables `PART_BOOT_EXT` to correctly load the boot partition from external flash.
parent
23061c041c
commit
c8a28005ac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue