9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
#include "common.dtsi"
|
|
|
|
/* MCUboot Configuration - Bootloader wird in boot_partition geschrieben */
|
|
/ {
|
|
chosen {
|
|
zephyr,code-partition = &boot_partition;
|
|
};
|
|
};
|