[mbed][MTS_DRAGONFLY_F411RE] realized we only need one bootloader, not one for each toolchain

pull/1001/head
Mike Fiore 2015-01-14 11:35:12 -06:00
parent 88f9d7eddf
commit eb3650b4d3
4 changed files with 1 additions and 1 deletions

View File

@ -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