mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-25 10:18:45 +00:00
fix(nordic): fix flash partitioning
[no changelog]
This commit is contained in:
parent
6939c4385e
commit
f6e39a8420
@ -134,7 +134,7 @@
|
||||
};
|
||||
slot0_partition: partition@c000 {
|
||||
label = "image-0";
|
||||
reg = <0x0000C000 0x7A000>;
|
||||
reg = <0x0000C000 0x6E000>;
|
||||
};
|
||||
storage_partition: partition@7a000 {
|
||||
label = "storage";
|
||||
|
@ -5,7 +5,7 @@ mcuboot_pad:
|
||||
address: 0xc000
|
||||
size: 0x200
|
||||
app:
|
||||
address: 0x10200
|
||||
address: 0xc200
|
||||
size: 0x6de00
|
||||
mcuboot_primary:
|
||||
orig_span: &id001
|
||||
@ -18,9 +18,9 @@ mcuboot_primary_app:
|
||||
orig_span: &id002
|
||||
- app
|
||||
span: *id002
|
||||
address: 0x10200
|
||||
address: 0xc200
|
||||
size: 0x6de00
|
||||
settings_storage:
|
||||
address: 0x7e000
|
||||
size: 0x2000
|
||||
address: 0x7a000
|
||||
size: 0x6000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user