fix default value for serial recovery mode detect port for nRFx devices .
Zephyr's SOC_FAMILY_NRF5 keyword was changed to SOC_FAMILY_NRF to align with zephyr code-base. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
386b592109
commit
8a67dba367
|
@ -54,7 +54,7 @@ config BOOT_MAX_LINE_INPUT_LEN
|
|||
config BOOT_SERIAL_DETECT_PORT
|
||||
string
|
||||
prompt "GPIO Port to trigger serial recovery mode"
|
||||
default GPIO_0 if SOC_FAMILY_NRF5
|
||||
default GPIO_0 if SOC_FAMILY_NRF
|
||||
depends on MCUBOOT_SERIAL
|
||||
help
|
||||
Serial recovery detect port
|
||||
|
|
Loading…
Reference in New Issue