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.
pull/11354/head
Hennadiy Kytsun 2019-08-28 14:53:30 +03:00 committed by Kyle Kearney
parent aaf641062c
commit bf00ebe409
1 changed files with 0 additions and 4 deletions

View File

@ -8614,8 +8614,6 @@
"function": "PSOC6Code.complete"
},
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x100000",
"sectors": [[268435456, 512]],
"overrides": {
"network-default-interface-type": "WIFI"
@ -8629,8 +8627,6 @@
"function": "PSOC6Code.complete"
},
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x200000",
"sectors": [[268435456, 512]]
},
"CY8CKIT_062S2_43012": {