diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-08 19:56:43 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-08 19:56:43 -0400 |
commit | 5fb1c76c0e8c1f6696e5723bc5e73366ebe3296b (patch) | |
tree | b130e69578ec4bd1887ce24eb674899b375deafb /src | |
parent | 71063fe50099d8a196345d02d2fb0354dc0b0d25 (diff) | |
download | kutter-5fb1c76c0e8c1f6696e5723bc5e73366ebe3296b.tar.gz kutter-5fb1c76c0e8c1f6696e5723bc5e73366ebe3296b.tar.xz kutter-5fb1c76c0e8c1f6696e5723bc5e73366ebe3296b.zip |
samd21: Fix description of bootloader offset
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/samd21/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/samd21/Kconfig b/src/samd21/Kconfig index d2ddc503..0b526a08 100644 --- a/src/samd21/Kconfig +++ b/src/samd21/Kconfig @@ -20,9 +20,9 @@ choice config FLASH_START_0000 bool "No bootloader" config FLASH_START_2000 - bool "2K bootloader (Arduino Zero)" + bool "8KiB bootloader (Arduino Zero)" config FLASH_START_4000 - bool "4K bootloader (Arduino M0)" + bool "16KiB bootloader (Arduino M0)" endchoice config FLASH_START |