9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
|
/*
|
||
|
* Common Device Tree source, used for conditionally pulling in features and
|
||
|
* additions by the build system.
|
||
|
*/
|
||
|
|
||
|
#ifdef CONFIG_BOOTLOADER_MCUBOOT
|
||
|
#include "mcuboot.overlay"
|
||
|
#endif
|