2019-04-12 21:18:47 +08:00
|
|
|
# Due the small boot partition, we can't enable logging or the debug
|
|
|
|
# optimization level out off the box. You need to increase the boot
|
|
|
|
# partition size with a zephyr DTS overlay to make MCUboot's debug
|
|
|
|
# builds fit.
|
|
|
|
CONFIG_LOG=n
|
2019-01-30 19:25:59 +08:00
|
|
|
CONFIG_SIZE_OPTIMIZATIONS=y
|