Skip to content

Commit bf00ebe

Browse files
hennadiykytsunKyle Kearney
authored andcommitted
Remove rom start/size macros when bootloader=true
Allow the application to specify this depending on whether/how it is using the bootloader and whether it requires a CM0+ image.
1 parent aaf6410 commit bf00ebe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

targets/targets.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8614,8 +8614,6 @@
86148614
"function": "PSOC6Code.complete"
86158615
},
86168616
"bootloader_supported": true,
8617-
"mbed_rom_start": "0x10000000",
8618-
"mbed_rom_size": "0x100000",
86198617
"sectors": [[268435456, 512]],
86208618
"overrides": {
86218619
"network-default-interface-type": "WIFI"
@@ -8629,8 +8627,6 @@
86298627
"function": "PSOC6Code.complete"
86308628
},
86318629
"bootloader_supported": true,
8632-
"mbed_rom_start": "0x10000000",
8633-
"mbed_rom_size": "0x200000",
86348630
"sectors": [[268435456, 512]]
86358631
},
86368632
"CY8CKIT_062S2_43012": {

0 commit comments

Comments
 (0)