zephyr/prj_base.conf: Force zephyr.bin build output.

As useful for CI systems. 1.10 doesn't build .bin for qemu_* for example.

Also, remove deprecated CONFIG_LEGACY_KERNEL option.
This commit is contained in:
Paul Sokolovsky 2017-11-28 14:11:46 +02:00
parent a289b24e25
commit 25b7c7d7c6

View File

@ -1,4 +1,4 @@
CONFIG_LEGACY_KERNEL=n
CONFIG_BUILD_OUTPUT_BIN=y
CONFIG_REBOOT=y
CONFIG_STDOUT_CONSOLE=y