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 <pepe2k@gmail.com>
This commit is contained in:
parent
a64be51391
commit
fab547f047
1 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue