Revert "RZ_A1H: enable bootloader support"

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

View File

@ -5902,7 +5902,7 @@
"bootloader_supported": true,
"mbed_rom_start" : "0x18000000",
"mbed_rom_size" : "0x800000",
"sectors": [[0,4096]]
"sectors": [[402653184,4096]]
},
"VK_RZ_A1H": {
"inherits": ["RZ_A1XX"],

View File

@ -302969,7 +302969,7 @@
"version": "1.2.1"
},
"memories": {
"IRAM1": {
"PROGRAM_FLASH": {
"access": {
"execute": true,
"non_secure": false,
@ -302977,12 +302977,12 @@
"peripheral": false,
"read": true,
"secure": false,
"write": true
"write": false
},
"default": true,
"size": 10485760,
"start": 536870912,
"startup": false
"size": 8388608,
"start": 402653184,
"startup": true
}
},
"name": "R7S72100",
@ -302994,7 +302994,12 @@
"units": 1
}
},
"sectors": [],
"sectors": [
[
0,
4096
]
],
"sub_family": "RZ_A1H",
"vendor": "Renesas:117"
},