From b9b474cc8265ee6fa61da2c81747afd68bc1a110 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 3 Dec 2019 22:51:53 +0900 Subject: [PATCH] soc: same70: Fix incorrect default config value The type of SOC_ATMEL_SAME70_DISABLE_ERASE_PIN is bool, yet its default is specified as an int value of 0. This commit removes the implied `default 0`, which is equivalent to `default n`. Signed-off-by: Stephanos Ioannidis --- soc/arm/atmel_sam/same70/Kconfig.soc | 1 - 1 file changed, 1 deletion(-) diff --git a/soc/arm/atmel_sam/same70/Kconfig.soc b/soc/arm/atmel_sam/same70/Kconfig.soc index 66e088ee66a..c396e1e59d7 100644 --- a/soc/arm/atmel_sam/same70/Kconfig.soc +++ b/soc/arm/atmel_sam/same70/Kconfig.soc @@ -158,7 +158,6 @@ config SOC_ATMEL_SAME70_WAIT_MODE config SOC_ATMEL_SAME70_DISABLE_ERASE_PIN bool "Disable ERASE pin" - default 0 help At reset ERASE pin is configured in System IO mode. Asserting the ERASE pin at '1' will completely erase Flash memory. Setting this option will