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:
Andrzej Puzdrowski 2018-04-09 09:57:44 +02:00 committed by Carles Cufí
parent 386b592109
commit 8a67dba367
1 changed files with 1 additions and 1 deletions

View File

@ -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