Revert "GR_LYCHEE: enable bootloader support"

This reverts commit c654cdc40b.
pull/12725/head
adbridge 2020-03-27 10:44:20 +00:00
parent 4c32297b07
commit e273c3f0ab
2 changed files with 12 additions and 7 deletions

View File

@ -5922,7 +5922,7 @@
"bootloader_supported": true,
"mbed_rom_start" : "0x18000000",
"mbed_rom_size" : "0x800000",
"sectors": [[0,4096]],
"sectors": [[402653184,4096]],
"overrides": {
"network-default-interface-type": null
}

View File

@ -303013,7 +303013,7 @@
"version": "1.2.1"
},
"memories": {
"IRAM1": {
"PROGRAM_FLASH": {
"access": {
"execute": true,
"non_secure": false,
@ -303021,12 +303021,12 @@
"peripheral": false,
"read": true,
"secure": false,
"write": true
"write": false
},
"default": true,
"size": 3145728,
"start": 536870912,
"startup": false
"size": 8388608,
"start": 402653184,
"startup": true
}
},
"name": "R7S72103",
@ -303038,7 +303038,12 @@
"units": 1
}
},
"sectors": [],
"sectors": [
[
0,
4096
]
],
"sub_family": "RZ_A1LU",
"vendor": "Renesas:117"
},