From fab547f047569014f39a8875cc0f2d218972f26f Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 10 Jan 2023 16:12:09 +0100 Subject: [PATCH] boards: nrf52840dongle_nrf52840: restore storage partition This restores the 'storage' partition (16 KiB) in the stock layout (fstab-stock.dts), removed in 9a842588fb, probably by mistake (the commit description refers to scratch area only). This was found when building OpenThread Co-Processor sample. Fixes #53689 Signed-off-by: Piotr Dymacz --- boards/arm/nrf52840dongle_nrf52840/fstab-stock.dts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/boards/arm/nrf52840dongle_nrf52840/fstab-stock.dts b/boards/arm/nrf52840dongle_nrf52840/fstab-stock.dts index 4b71e49155a..f2cac8dcab1 100644 --- a/boards/arm/nrf52840dongle_nrf52840/fstab-stock.dts +++ b/boards/arm/nrf52840dongle_nrf52840/fstab-stock.dts @@ -23,11 +23,15 @@ slot0_partition: partition@10000 { label = "image-0"; - reg = <0x00010000 0x00068000>; + reg = <0x00010000 0x00066000>; }; - slot1_partition: partition@78000 { + slot1_partition: partition@76000 { label = "image-1"; - reg = <0x00078000 0x00068000>; + reg = <0x00076000 0x00066000>; + }; + storage_partition: partition@dc000 { + label = "storage"; + reg = <0x000dc000 0x00004000>; }; /* Nordic nRF5 bootloader <0xe0000 0x1c000>