diff options
| author | Joel Challis | 2022-08-25 13:17:41 +0200 |
|---|---|---|
| committer | GitHub | 2022-08-25 13:17:41 +0200 |
| commit | 43fd6471305d3ebd9e6cb537d4d39c71e480922e (patch) | |
| tree | a0aac06233163ff1da8649bd590641fccc5fcac9 /builddefs/bootloader.mk | |
| parent | 1c47bd0ddfe722021fd377bf15afdc058e89caaf (diff) | |
Add eeprom defaults for tinyuf2 bootloader (#18042)
Diffstat (limited to 'builddefs/bootloader.mk')
| -rw-r--r-- | builddefs/bootloader.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builddefs/bootloader.mk b/builddefs/bootloader.mk index 51e9b7d558..9f55536423 100644 --- a/builddefs/bootloader.mk +++ b/builddefs/bootloader.mk @@ -199,6 +199,7 @@ endif ifeq ($(strip $(BOOTLOADER)), tinyuf2) OPT_DEFS += -DBOOTLOADER_TINYUF2 BOOTLOADER_TYPE = tinyuf2 + FIRMWARE_FORMAT = uf2 endif ifeq ($(strip $(BOOTLOADER)), rp2040) OPT_DEFS += -DBOOTLOADER_RP2040 |