Commit dbfb1875 authored by Federico Vaga's avatar Federico Vaga

bootloader: increment bootloader size

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent c6338090
......@@ -7,7 +7,7 @@
/* Silicon Laboratories, Inc. 2014 */
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x4000
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x10000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 131072
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment