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 b15ecf9b80b8d05681e86e14000dc69cc4b9cf97
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Wed Jan 31 16:30:37 2018 -0800

    smp_svr - Use CONFIG_BOOTLOADER_MCUBOOT setting.
---
 samples/smp_svr/zephyr/prj.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/smp_svr/zephyr/prj.conf b/samples/smp_svr/zephyr/prj.conf
index 5179c2c..fc2f99c 100644
--- a/samples/smp_svr/zephyr/prj.conf
+++ b/samples/smp_svr/zephyr/prj.conf
@@ -1,8 +1,8 @@
 # Some command handlers require a large stack.
 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
 
-# Allow room for the mcuboot image header.
-CONFIG_TEXT_SECTION_OFFSET=0x200
+# Ensure an MCUboot-compatible binary is generated.
+CONFIG_BOOTLOADER_MCUBOOT=y
 
 # Increase the number of transmit buffers to avoid the Bluetooth stack buffer
 # leak.

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

Reply via email to