[zephyr] Removed factory setting deprecated on zephyr (#1390)

The new zephyr build system doesn't support the arduino_101_factory
board.

This change restores the default BOARD to arduino_101 which
is the current recommended method.

If you are in an older SDK / Zephyr you can still use.

`make -f ./targets/zephyr/Makefile.zephyr BOARD=arduino_101_factory`

JerryScript-DCO-1.0-Signed-off-by: Sergio Martinez sergio.martinez.rodriguez@intel.com
This commit is contained in:
Sergio Abraham Martinez Rodriguez
2016-10-10 07:40:58 +01:00
committed by Akos Kiss
parent 9915307bc0
commit 535743412e
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $(error Missing zephyr base)
endif
# For testing without real hardware use qemu_x86 instead of arduino_101
BOARD ?= arduino_101_factory
BOARD ?= arduino_101
O ?= $(PROJECT_BASE)/outdir