From db7e79510d2f092b0537297dc76741342db9307c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 18 Oct 2018 16:10:39 +0200 Subject: [PATCH] [build] Default build for device include the update boot prompt --- build/platform.device.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/platform.device.mak b/build/platform.device.mak index c831bea22..4c6be1d4c 100644 --- a/build/platform.device.mak +++ b/build/platform.device.mak @@ -1,7 +1,7 @@ TOOLCHAIN ?= arm-gcc USE_LIBA = 1 EXE = elf -EPSILON_SOFTWARE_PROMPT = update +EPSILON_BOOT_PROMPT = update EPSILON_DEVICE_BENCH ?= 1 SFLAGS += -DEPSILON_DEVICE_BENCH=$(EPSILON_DEVICE_BENCH)