Skip to content

Commit 411f680

Browse files
adamkondraciukrlubos
authored andcommitted
Revert "[nrf noup] soc/nordic/nrf54h20/pm_s2ram: extend mcuboot_resume_s"
This reverts commit bbfecc3. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 1365e9d commit 411f680

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,23 +345,23 @@ zephyr_udc0: &usbhs {
345345

346346
/* Trim this RAM block for making room on all run-time common S2RAM cpu context. */
347347
&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)>;
350350
};
351351

352352
/ {
353353
soc {
354354
/* temporary stack for S2RAM resume logic */
355-
pm_s2ram_stack: cpuapp_s2ram_stack@22007fc8 {
355+
pm_s2ram_stack: cpuapp_s2ram_stack@22007fcc {
356356
compatible = "zephyr,memory-region", "mmio-sram";
357-
reg = <0x22007fc8 16>;
357+
reg = <0x22007fcc 16>;
358358
zephyr,memory-region = "pm_s2ram_stack";
359359
};
360360

361361
/* run-time common mcuboot S2RAM support section */
362-
mcuboot_s2ram: cpuapp_s2ram@22007fd8 {
362+
mcuboot_s2ram: cpuapp_s2ram@22007fdc {
363363
compatible = "zephyr,memory-region", "mmio-sram";
364-
reg = <0x22007fd8 8>;
364+
reg = <0x22007fdc 4>;
365365
zephyr,memory-region = "mcuboot_s2ram_context";
366366
};
367367

soc/nordic/nrf54h/pm_s2ram.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
struct mcuboot_resume_s {
1616
uint32_t magic; /* magic value to identify valid structure */
17-
uint32_t slot_info;
1817
};
1918

2019
/**

0 commit comments

Comments
 (0)