1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #12289 from cladmi/pr/frdm/minor/remove_export_openocd_extra_init

boards/frdm: remove exporting unset OPENOCD_EXTRA_INIT
This commit is contained in:
Francisco 2019-09-23 14:28:06 +02:00 committed by GitHub
commit 2346f35bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ ifeq (1,$(USE_OLD_OPENOCD))
export OPENOCD_PRE_VERIFY_CMDS += \
-c 'load_image $(RIOTCPU)/$(CPU)/dist/wdog-disable.bin 0x20000000 bin' \
-c 'resume 0x20000000'
export OPENOCD_EXTRA_INIT
export OPENOCD_CONFIG ?= $(RIOTBOARD)/common/frdm/dist/old-openocd-$(CPU_FAMILY).cfg
endif