From 93561c740fa5ca053dbaf1944c858a568a9ce27a Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 3 May 2023 15:32:28 +0200 Subject: [PATCH] boards/rpi-pico: ELF format now is default, cleanup Now that the ELF file format is the default anyway, we don't need to specify this explicitly anymore. --- boards/rpi-pico/Makefile.include | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/rpi-pico/Makefile.include b/boards/rpi-pico/Makefile.include index 6b08fb9eb9..13972c0b19 100644 --- a/boards/rpi-pico/Makefile.include +++ b/boards/rpi-pico/Makefile.include @@ -3,5 +3,4 @@ PORT_LINUX ?= /dev/ttyUSB0 ifeq ($(PROGRAMMER),jlink) JLINK_DEVICE = RP2040_M0_0 - FLASHFILE = $(ELFFILE) endif