Skip to content

Commit 0c92f5d

Browse files
authored
Merge pull request #580 from Lisra-git/omega-dev
Fix E19 boot
2 parents cf93708 + a8f450b commit 0c92f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ion/src/device/n0110/internal_flash.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Same as flash.ld but everything is linked in internal flash */
22

33
MEMORY {
4-
INTERNAL_FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 64K
4+
INTERNAL_FLASH (rx) : ORIGIN = 0x00200000, LENGTH = 64K
55
SRAM (rw) : ORIGIN = 0x20000000, LENGTH = 256K
66
}
77

0 commit comments

Comments
 (0)