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 ffdecf8ece47c9e30cc5c934173ddd74e108d974 Author: Christopher Collins <[email protected]> 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 [email protected].
