summaryrefslogtreecommitdiffstats
path: root/platforms/arm_atsam
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-01-19 00:27:00 +0000
committerGitHub <noreply@github.com>2023-01-19 00:27:00 +0000
commit0ce3f6bcfe8241e51dd6936d24e6a88c907c535d (patch)
tree216c96bb7d8037120a256d0c707150b95f5866bd /platforms/arm_atsam
parenta1f253cbef309906c989cfb3e123ee8fb3172bb4 (diff)
De-duplicate platform detection (#19603)
Diffstat (limited to 'platforms/arm_atsam')
-rw-r--r--platforms/arm_atsam/bootloader.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/platforms/arm_atsam/bootloader.mk b/platforms/arm_atsam/bootloader.mk
index 1ec42edeb6..7e503bdca9 100644
--- a/platforms/arm_atsam/bootloader.mk
+++ b/platforms/arm_atsam/bootloader.mk
@@ -27,6 +27,8 @@
# 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