Removed removing of .usbram section from .bin file output. Because there's no more .usbram section!

This commit is contained in:
Jared Boone
2012-10-10 15:42:30 -07:00
parent 09b768631e
commit 092c5b7b0f

View File

@ -80,7 +80,7 @@ flash: $(BINARY).flash
%.bin: %.elf
@#printf " OBJCOPY $(*).bin\n"
$(Q)$(OBJCOPY) -Obinary -R .usbram $(*).elf $(*).bin
$(Q)$(OBJCOPY) -Obinary $(*).elf $(*).bin
%.hex: %.elf
@#printf " OBJCOPY $(*).hex\n"