commit | 240ac64e83086f432944962e24f6f959c93041bd | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Mar 02 13:40:39 2017 -0800 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Wed Mar 15 10:16:17 2017 -0700 |
tree | c9731141723ef7e0d93d1f7f8c4355b10604f11f | |
parent | 4908b331f75bd3c8aba43e7132bb1ee6e18c680f [diff] [blame] |
zephyr: disable multithreading The bootloader is just using Zephyr as a HAL and doesn't require thread scheduling. Build Zephyr in single-threaded mode and gain some footprint savings. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
diff --git a/boot/zephyr/prj.conf b/boot/zephyr/prj.conf index f3cffde..f6d9342 100644 --- a/boot/zephyr/prj.conf +++ b/boot/zephyr/prj.conf
@@ -14,3 +14,5 @@ ### Disable Bluetooth by default # CONFIG_BLUETOOTH is not set + +CONFIG_MULTITHREADING=n