diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-20 19:12:26 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-22 08:51:46 -0500 |
commit | ebc80ecea409f843e098c9af698773f8b1a35eb0 (patch) | |
tree | 5aaf59bd278accf8e062f106748ca37c9b38a02b | |
parent | 37797c812844b499b72d4a7dfffde5c82cdf9145 (diff) | |
download | kutter-ebc80ecea409f843e098c9af698773f8b1a35eb0.tar.gz kutter-ebc80ecea409f843e098c9af698773f8b1a35eb0.tar.xz kutter-ebc80ecea409f843e098c9af698773f8b1a35eb0.zip |
atsamd: Only support 8KiB bootloader on SAMD21
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/atsamd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atsamd/Kconfig b/src/atsamd/Kconfig index 95bce2d9..7d6e1357 100644 --- a/src/atsamd/Kconfig +++ b/src/atsamd/Kconfig @@ -65,6 +65,7 @@ endchoice choice prompt "Bootloader offset" config FLASH_START_2000 + depends on MACH_SAMD21 bool "8KiB bootloader (Arduino Zero)" config FLASH_START_4000 bool "16KiB bootloader (Arduino M0)" |