commit | 4094813181e0101081f08ff26c41eae525588306 | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@linaro.org> | Wed Aug 30 17:54:53 2017 -0400 |
committer | David Brown <davidb@davidb.org> | Thu Aug 31 08:29:53 2017 -0600 |
tree | bcabf2cee657c8cd67cf6ebc8b0d540add6d3dd4 | |
parent | 6cff59a616927567723d473ba211eeb311083627 [diff] [blame] |
zephyr: force mcuboot to fit in the boot partition Add a DTC overlay file which uses the boot partition as the code partition. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
diff --git a/boot/zephyr/dts.overlay b/boot/zephyr/dts.overlay new file mode 100644 index 0000000..74d3dfb --- /dev/null +++ b/boot/zephyr/dts.overlay
@@ -0,0 +1,5 @@ +/ { + chosen { + zephyr,code-partition = &boot_partition; + }; +};