diff --git a/workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader-ARM_MICRO.bin b/workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader-ARM_MICRO.bin deleted file mode 100644 index 4beb95b7af..0000000000 Binary files a/workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader-ARM_MICRO.bin and /dev/null differ diff --git a/workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader-ARM_STD.bin b/workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader-ARM_STD.bin deleted file mode 100644 index 09434a4590..0000000000 Binary files a/workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader-ARM_STD.bin and /dev/null differ diff --git a/workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader-GCC_ARM.bin b/workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader.bin similarity index 100% rename from workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader-GCC_ARM.bin rename to workspace_tools/bootloaders/MTS_DRAGONFLY_F411RE/bootloader.bin diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index dd7ead6e3d..8ae06e047c 100644 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -722,7 +722,7 @@ class MTS_DRAGONFLY_F411RE(Target): @staticmethod def combine_bins(t_self, resources, elf, binf): - loader = os.path.join(TOOLS_BOOTLOADERS, "MTS_DRAGONFLY_F411RE", "bootloader-" + t_self.name + ".bin") + loader = os.path.join(TOOLS_BOOTLOADERS, "MTS_DRAGONFLY_F411RE", "bootloader.bin") target = binf + ".tmp" if not os.path.exists(loader): print "Can't find bootloader binary: " + loader