[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
@@ -18,7 +18,7 @@ ifeq ($(.DEFAULT_GOAL),)
$(warning no default goal is set)
endif
BOARD ?= arduino_101_factory
BOARD ?= arduino_101
BOARD_NAME ?= arduino_101
ifeq ($(BOARD),qemu_x86)