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:
Stephanos Ioannidis 2019-12-03 22:51:53 +09:00 committed by Ioannis Glaropoulos
commit b9b474cc82

View file

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