zephyr/dts/common/mcuboot.overlay

11 lines
203 B
Plaintext

/*
* Basic Device Tree overlay file for chain-loading by MCUboot.
* Automatically pulled in when CONFIG_BOOTLOADER_MCUBOOT is set.
*/
/ {
chosen {
zephyr,code-partition = &slot0_partition;
};
};