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:
Erwan Gouriou 2024-02-13 14:10:13 +01:00 committed by Henrik Brix Andersen
parent ebbf672cc5
commit 881dfd36ae

View file

@ -21,6 +21,7 @@
zephyr,flash = &flash0;
zephyr,dtcm = &dtcm;
zephyr,canbus = &can1;
zephyr,code-partition = &slot0_partition;
};
leds {