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:
parent
2df118a390
commit
bf59791aee
1 changed files with 8 additions and 0 deletions
|
@ -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)>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue