Skip to content

Commit b08d45f

Browse files
eivindj-nordiclemrey
authored andcommitted
boards: nordic: lite_nrf52840: correct app_rom start address
Correct app_rom start address. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 44ff15a commit b08d45f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boards/nordic/lite_nrf52840/lite_nrf52840_nrf52840_no_softdevice.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020
};
2121
};
2222

23-
2423
&flash0 {
2524
partitions {
2625
compatible = "fixed-partitions";
2726
#address-cells = <1>;
2827
#size-cells = <1>;
2928
app_rom: partition@0 {
3029
label = "app";
31-
reg = <0x00027000 0x00100000>;
30+
reg = <0x00000000 DT_SIZE_K(1024)>;
3231
};
3332
};
3433
};

0 commit comments

Comments
 (0)