Skip to content

Commit 4c32297

Browse files
committed
Revert "RZ_A1H: enable bootloader support"
This reverts commit b7e8cd2.
1 parent b7e8cd2 commit 4c32297

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5902,7 +5902,7 @@
59025902
"bootloader_supported": true,
59035903
"mbed_rom_start" : "0x18000000",
59045904
"mbed_rom_size" : "0x800000",
5905-
"sectors": [[0,4096]]
5905+
"sectors": [[402653184,4096]]
59065906
},
59075907
"VK_RZ_A1H": {
59085908
"inherits": ["RZ_A1XX"],

tools/arm_pack_manager/index.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302969,20 +302969,20 @@
302969302969
"version": "1.2.1"
302970302970
},
302971302971
"memories": {
302972-
"IRAM1": {
302972+
"PROGRAM_FLASH": {
302973302973
"access": {
302974302974
"execute": true,
302975302975
"non_secure": false,
302976302976
"non_secure_callable": false,
302977302977
"peripheral": false,
302978302978
"read": true,
302979302979
"secure": false,
302980-
"write": true
302980+
"write": false
302981302981
},
302982302982
"default": true,
302983-
"size": 10485760,
302984-
"start": 536870912,
302985-
"startup": false
302983+
"size": 8388608,
302984+
"start": 402653184,
302985+
"startup": true
302986302986
}
302987302987
},
302988302988
"name": "R7S72100",
@@ -302994,7 +302994,12 @@
302994302994
"units": 1
302995302995
}
302996302996
},
302997-
"sectors": [],
302997+
"sectors": [
302998+
[
302999+
0,
303000+
4096
303001+
]
303002+
],
302998303003
"sub_family": "RZ_A1H",
302999303004
"vendor": "Renesas:117"
303000303005
},

0 commit comments

Comments
 (0)