1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

boards: remove PORT_BSL

This commit is contained in:
Francisco Molina 2021-02-23 12:28:18 +01:00
parent a88c010a8e
commit f5ba075ab2
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -1,12 +1,6 @@
# define the default flash-tool # define the default flash-tool
PROGRAMMER ?= cc2538-bsl PROGRAMMER ?= cc2538-bsl
# For backward compatibility
ifneq (,$(PORT_BSL))
$(warning Warning! PORT_BSL is deprecated use PROG_DEV)
PROG_DEV ?= $(PORT_BSL)
endif
ifeq ($(PROGRAMMER),cc2538-bsl) ifeq ($(PROGRAMMER),cc2538-bsl)
PROG_BAUD ?= 460800 PROG_BAUD ?= 460800
else ifeq ($(PROGRAMMER),jlink) else ifeq ($(PROGRAMMER),jlink)