Files
2025-07-11 15:10:10 +02:00

9 lines
164 B
Plaintext

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