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 <root@stephanos.io>
This commit is contained in:
parent
87fa13cc03
commit
b9b474cc82
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue