summaryrefslogtreecommitdiff
path: root/platforms/arm_atsam
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-01-11 19:58:27 +0000
committerGitHub <noreply@github.com>2023-01-11 19:58:27 +0000
commit46c85c93f05003ecc9d5b9266bc78e98cc7a843b (patch)
tree0fb94d5c33159f1c6636fb7db992996f3dbd35c8 /platforms/arm_atsam
parente11235ee14f9cd3fc45b836eec99ed312cb137dd (diff)
Revert "De-duplicate platform detection (#19545)" (#19564)
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.
Diffstat (limited to 'platforms/arm_atsam')
-rw-r--r--platforms/arm_atsam/bootloader.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/platforms/arm_atsam/bootloader.mk b/platforms/arm_atsam/bootloader.mk
index 7e503bdca9..1ec42edeb6 100644
--- a/platforms/arm_atsam/bootloader.mk
+++ b/platforms/arm_atsam/bootloader.mk
@@ -27,8 +27,6 @@
# the respective file under `platforms/<PLATFORM>/bootloaders/custom.c` to see
# which functions may be overridden.
-FIRMWARE_FORMAT?=bin
-
ifeq ($(strip $(BOOTLOADER)), custom)
OPT_DEFS += -DBOOTLOADER_CUSTOM
BOOTLOADER_TYPE = custom