mirror of https://github.com/m-labs/artiq.git
makefiles: revert byte-swaps
This commit is contained in:
parent
7542105f0f
commit
3d629006df
|
@ -15,4 +15,3 @@ bootloader.elf: $(RUSTOUT)/libbootloader.a
|
|||
%.bin: %.elf
|
||||
$(objcopy) -O binary
|
||||
$(MSCIMG) $@ --little
|
||||
objcopy -I binary -O binary --reverse-bytes=4 $@
|
||||
|
|
|
@ -28,4 +28,3 @@ ksupport_data.o: ../ksupport/ksupport.elf
|
|||
|
||||
%.fbi: %.bin
|
||||
$(mscimg) -f --little
|
||||
objcopy -I binary -O binary --reverse-bytes=4 $@
|
||||
|
|
|
@ -19,4 +19,3 @@ satman.elf: $(RUSTOUT)/libsatman.a
|
|||
|
||||
%.fbi: %.bin
|
||||
$(mscimg) -f --little
|
||||
objcopy -I binary -O binary --reverse-bytes=4 $@
|
||||
|
|
Loading…
Reference in New Issue