samples: mgmt: mcumgr: smp_svr: Remove boot_info node

Removes a node from the devicetree overlay for a board for this
sample

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2025-02-21 07:50:38 +00:00 committed by Benjamin Cabé
commit bf59791aee

View file

@ -1,4 +1,12 @@
&gpregret1 {
/delete-node/ boot_mode@0;
};
/ {
chosen {
/delete-property/ zephyr,boot-mode;
};
sram@2003FC00 {
compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x2003FC00 DT_SIZE_K(1)>;