File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -345,23 +345,23 @@ zephyr_udc0: &usbhs {
345
345
346
346
/* Trim this RAM block for making room on all run-time common S2RAM cpu context. */
347
347
&cpuapp_ram0 {
348
- reg = <0x22000000 (DT_SIZE_K(32) - 56 )>;
349
- ranges = <0x0 0x22000000 (0x8000 - 0x38 )>;
348
+ reg = <0x22000000 (DT_SIZE_K(32) - 52 )>;
349
+ ranges = <0x0 0x22000000 (0x8000 - 0x34 )>;
350
350
};
351
351
352
352
/ {
353
353
soc {
354
354
/* temporary stack for S2RAM resume logic */
355
- pm_s2ram_stack: cpuapp_s2ram_stack@22007fc8 {
355
+ pm_s2ram_stack: cpuapp_s2ram_stack@22007fcc {
356
356
compatible = "zephyr,memory-region", "mmio-sram";
357
- reg = <0x22007fc8 16>;
357
+ reg = <0x22007fcc 16>;
358
358
zephyr,memory-region = "pm_s2ram_stack";
359
359
};
360
360
361
361
/* run-time common mcuboot S2RAM support section */
362
- mcuboot_s2ram: cpuapp_s2ram@22007fd8 {
362
+ mcuboot_s2ram: cpuapp_s2ram@22007fdc {
363
363
compatible = "zephyr,memory-region", "mmio-sram";
364
- reg = <0x22007fd8 8 >;
364
+ reg = <0x22007fdc 4 >;
365
365
zephyr,memory-region = "mcuboot_s2ram_context";
366
366
};
367
367
Original file line number Diff line number Diff line change 14
14
15
15
struct mcuboot_resume_s {
16
16
uint32_t magic ; /* magic value to identify valid structure */
17
- uint32_t slot_info ;
18
17
};
19
18
20
19
/**
You can’t perform that action at this time.
0 commit comments