boards: arm: nrf52840_blip: add zephyr,code-partition chosen property
Add missing zephyr,code-partition chosen property. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
cdb8f3cc47
commit
d179be20d8
|
@ -17,6 +17,7 @@
|
|||
compatible = "nordic,pca10056-dk";
|
||||
|
||||
chosen {
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
zephyr,uart-mcumgr = &uart0;
|
||||
|
|
Loading…
Reference in New Issue