makefiles: revert byte-swaps

This commit is contained in:
occheung 2021-08-18 12:09:49 +08:00
parent 7542105f0f
commit 3d629006df
3 changed files with 0 additions and 3 deletions

View File

@ -15,4 +15,3 @@ bootloader.elf: $(RUSTOUT)/libbootloader.a
%.bin: %.elf
$(objcopy) -O binary
$(MSCIMG) $@ --little
objcopy -I binary -O binary --reverse-bytes=4 $@

View File

@ -28,4 +28,3 @@ ksupport_data.o: ../ksupport/ksupport.elf
%.fbi: %.bin
$(mscimg) -f --little
objcopy -I binary -O binary --reverse-bytes=4 $@

View File

@ -19,4 +19,3 @@ satman.elf: $(RUSTOUT)/libsatman.a
%.fbi: %.bin
$(mscimg) -f --little
objcopy -I binary -O binary --reverse-bytes=4 $@