From eb98483769b5418969e25c87b2746cd5f05cc4cf Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Fri, 13 Sep 2024 01:19:37 +0200 Subject: [PATCH] boards: ct: ctcc: Fix unit and first address mismatch This fixes the following warning: > unit address and first address in 'reg' (0x88000) don't match for > /soc/flash-controller@4001e000/flash@0/partitions/partition@87000 Signed-off-by: Reto Schneider --- boards/ct/ctcc/ctcc_nrf52840.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/ct/ctcc/ctcc_nrf52840.dts b/boards/ct/ctcc/ctcc_nrf52840.dts index 0e026d1a828154..13b88e1ee053a2 100644 --- a/boards/ct/ctcc/ctcc_nrf52840.dts +++ b/boards/ct/ctcc/ctcc_nrf52840.dts @@ -58,7 +58,7 @@ label = "image-0"; reg = <0x00012000 0x00076000>; }; - slot1_partition: partition@87000 { + slot1_partition: partition@88000 { label = "image-1"; reg = <0x00088000 0x00074000>; };