Marti Bolivar | eba58fa | 2017-08-01 15:06:45 -0400 | [diff] [blame^] | 1 | /* |
2 | * Basic Device Tree overlay file for chain-loading by mcuboot. | ||||
3 | * See the Makefile for more information. | ||||
4 | */ | ||||
5 | |||||
6 | / { | ||||
7 | chosen { | ||||
8 | zephyr,code-partition = &slot0_partition; | ||||
9 | }; | ||||
10 | }; |