This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git

commit 821f578be1bf5a75db6a95b611dd2d50608fb19f
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Mon Feb 12 13:03:34 2018 -0800

    Remove "zephyr,code_partition" from dts overlay
    
    This is no longer needed now that MCUboot has been integrated more fully
    into Zephyr.
---
 samples/smp_svr/zephyr/dts.overlay | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/samples/smp_svr/zephyr/dts.overlay 
b/samples/smp_svr/zephyr/dts.overlay
index 5a3a7f3..7e73db7 100644
--- a/samples/smp_svr/zephyr/dts.overlay
+++ b/samples/smp_svr/zephyr/dts.overlay
@@ -4,9 +4,6 @@
 
 / {
        chosen {
-               /* Required by mcuboot. */
-               zephyr,code-partition = &slot0_partition;
-
                /* Use uart0 for the mcumgr UART transport. */
                zephyr,uart-mcumgr = &uart0;
        };

-- 
To stop receiving notification emails like this one, please contact
ccoll...@apache.org.

Reply via email to