From 8f763d80b7c46d467050a5c7696749a23beaf0b0 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 15 Jan 2019 13:14:23 -0500 Subject: [PATCH] atsamd: Select the 8K bootloader by default Signed-off-by: Kevin O'Connor --- src/atsamd/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/atsamd/Kconfig b/src/atsamd/Kconfig index cd9b6466..c56473d5 100644 --- a/src/atsamd/Kconfig +++ b/src/atsamd/Kconfig @@ -28,12 +28,12 @@ config CLOCK_FREQ choice prompt "Bootloader offset" - config FLASH_START_0000 - bool "No bootloader" config FLASH_START_2000 bool "8KiB bootloader (Arduino Zero)" config FLASH_START_4000 bool "16KiB bootloader (Arduino M0)" + config FLASH_START_0000 + bool "No bootloader" endchoice config FLASH_START