From 0724dc71a7b417dbd6bb39f015e5077af7975473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Mon, 23 Sep 2019 12:02:07 +0200 Subject: [PATCH] boards/frdm: remove exporting unset OPENOCD_EXTRA_INIT The default value in `openocd.sh` is being empty, so no use for exporting it. --- boards/common/frdm/Makefile.include | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/common/frdm/Makefile.include b/boards/common/frdm/Makefile.include index 1424275491e2..8a90d4149c0f 100644 --- a/boards/common/frdm/Makefile.include +++ b/boards/common/frdm/Makefile.include @@ -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