forked from M-Labs/artiq
satman: make fbi big-endian
This commit is contained in:
parent
6535b2f089
commit
96438c9da7
|
@ -18,4 +18,5 @@ satman.elf: $(RUSTOUT)/libsatman.a
|
|||
$(objcopy) -O binary
|
||||
|
||||
%.fbi: %.bin
|
||||
$(mscimg) -f
|
||||
$(mscimg) -f --little
|
||||
objcopy -I binary -O binary --reverse-bytes=4 $@
|
||||
|
|
Loading…
Reference in New Issue