Skip to content

Commit efe307a

Browse files
committed
samples: zephyr: smp_svr_mini_boot: Fix static PM file
Fixes wrong addresses in this file Signed-off-by: Jamie McCrae <[email protected]>
1 parent a6422ec commit efe307a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/zephyr/smp_svr_mini_boot/pm_static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ mcuboot:
33
region: flash_primary
44
size: 0x8000
55
app:
6-
address: 0x8000
6+
address: 0x8800
77
region: flash_primary
88
size: 0x60000
99
mcuboot_pad:
10-
address: 0x68000
10+
address: 0x8000
1111
region: flash_primary
1212
size: 0x800
1313
mcuboot_primary:
@@ -19,7 +19,7 @@ mcuboot_primary:
1919
size: 0x60800
2020
span: *id001
2121
mcuboot_primary_app:
22-
address: 0x8000
22+
address: 0x8800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary

0 commit comments

Comments
 (0)