Skip to content

Commit 4675b26

Browse files
committed
Fix size restrictions for GR-Peach and GR-Lychee
1 parent 823bcc6 commit 4675b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mbed_app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
"target.bootloader_img" : "bootloader/mbed-bootloader-gr_peach-internal_flash-no_rot-v4.1.2.bin",
471471
"target.header_offset" : "0x10000",
472472
"target.app_offset" : "0x10400",
473-
"target.restrict_size" : "0xEFC00",
473+
"target.restrict_size" : "0x3EFC00",
474474
"bootloader-size" : "(64*1024)",
475475
"update-client.bootloader-details" : "0x1800a660",
476476
"update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)",
@@ -490,7 +490,7 @@
490490
"target.bootloader_img" : "bootloader/mbed-bootloader-gr_lychee-internal_flash-no_rot-v4.1.2.bin",
491491
"target.header_offset" : "0x10000",
492492
"target.app_offset" : "0x10400",
493-
"target.restrict_size" : "0xEFC00",
493+
"target.restrict_size" : "0x3EFC00",
494494
"bootloader-size" : "(64*1024)",
495495
"update-client.bootloader-details" : "0x1800a468",
496496
"update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)",

0 commit comments

Comments
 (0)