mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-26 10:18:31 +03:00
firmware: remove dfu-dfu default target
It's useless, since blupdate does the same thing, just much faster and easier. Change-Id: I86dddfacea2e35f4d5a7f23ee4b3d12e3f1d35f1
This commit is contained in:
@@ -49,7 +49,7 @@ APP ?= dfu
|
|||||||
|
|
||||||
# Defines which are the available memory targets for the SAM3S-EK board.
|
# Defines which are the available memory targets for the SAM3S-EK board.
|
||||||
ifeq ($(APP), dfu)
|
ifeq ($(APP), dfu)
|
||||||
MEMORIES ?= flash dfu
|
MEMORIES ?= flash
|
||||||
TRACE_LEVEL ?= 0
|
TRACE_LEVEL ?= 0
|
||||||
else
|
else
|
||||||
MEMORIES ?= dfu
|
MEMORIES ?= dfu
|
||||||
|
|||||||
Reference in New Issue
Block a user