boards: nucleo_f722ze: Add code-partition chosen
If slots partitions are defined, related chosen should be configured. Fixes build issue in samples/subsys/usb/dfu Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
ebbf672cc5
commit
881dfd36ae
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
zephyr,flash = &flash0;
|
||||
zephyr,dtcm = &dtcm;
|
||||
zephyr,canbus = &can1;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
|
|
|||
Loading…
Reference in a new issue