diff options
author | Joel Challis <git@zvecr.com> | 2023-01-11 02:13:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 02:13:32 +0000 |
commit | e11235ee14f9cd3fc45b836eec99ed312cb137dd (patch) | |
tree | 023866a25f9fe4db482a8c5f5d1c9cab24882c46 /platforms/arm_atsam | |
parent | 20474ae2321f0fb456731646b5b2e3090990b8df (diff) |
De-duplicate platform detection (#19545)
Diffstat (limited to 'platforms/arm_atsam')
-rw-r--r-- | platforms/arm_atsam/bootloader.mk | 2 |
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 |