Skip to content

Commit

Permalink
electron system-part1 is 128K maximum size.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Feb 1, 2016
1 parent 0d66f34 commit 925b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/electron/system-part1/linker.ld
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MEMORY
{
APP_FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 256K
APP_FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 128K

SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 1024
}
Expand Down

0 comments on commit 925b189

Please sign in to comment.