Skip to content

Commit b9b474c

Browse files
stephanosioioannisg
authored andcommitted
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 <[email protected]>
1 parent 87fa13c commit b9b474c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

soc/arm/atmel_sam/same70/Kconfig.soc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ config SOC_ATMEL_SAME70_WAIT_MODE
158158

159159
config SOC_ATMEL_SAME70_DISABLE_ERASE_PIN
160160
bool "Disable ERASE pin"
161-
default 0
162161
help
163162
At reset ERASE pin is configured in System IO mode. Asserting the ERASE
164163
pin at '1' will completely erase Flash memory. Setting this option will

0 commit comments

Comments
 (0)