mcuboot/samples/zephyr/hello-world/dts.overlay

11 lines
179 B
Plaintext

/*
* Basic Device Tree overlay file for chain-loading by mcuboot.
* See the Makefile for more information.
*/
/ {
chosen {
zephyr,code-partition = &slot0_partition;
};
};