This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8287f7c855
zephyr
/
dts
/
common
/
common.dts
5 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
dts: mcuboot: Support for common overlays and mcuboot When the Kconfig BOOTLOADER_MCUBOOT is selected, an overlay to place the image at the slot0 location is required. In order to avoid having to do this manually for all samples when targetting MCUboot, include the logic inside the dts.cmake script to prepend a new common.dts file that then conditionally includes mcuboot.overlay. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-02-07 19:37:56 +08:00
/*
dts: Remove mcuboot.overlay As we want to remove dts dependency on Kconfig, we had a case based on CONFIG_BOOTLOADER_MCUBOOT. From a DTS point of view that was just getting the chosen property 'zephyr,code-partition' set. We can easily move this to the actual dts files and remove the mcuboot.overlay. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-11-15 23:36:41 +08:00
* Common Device Tree source, used for pulling in features and
dts: mcuboot: Support for common overlays and mcuboot When the Kconfig BOOTLOADER_MCUBOOT is selected, an overlay to place the image at the slot0 location is required. In order to avoid having to do this manually for all samples when targetting MCUboot, include the logic inside the dts.cmake script to prepend a new common.dts file that then conditionally includes mcuboot.overlay. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-02-07 19:37:56 +08:00
* additions by the build system.
*/