Skip to content

Commit

Permalink
optimize lzop compression
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed May 7, 2024
1 parent 05fd1cb commit 972784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ CONFIG_SYS_UBOOT_START := 0
endif

$(obj)u-boot-lzo.img: $(obj)u-boot.bin
lzop -f -o u-boot-lzo.bin $(obj)u-boot.bin
lzop -9 -f -o u-boot-lzo.bin $(obj)u-boot.bin
mkimage -A mips -O u-boot -T firmware -C lzo -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_UBOOT_START) \
-n "u-boot-lzo.img" -d u-boot-lzo.bin $@

Expand Down

0 comments on commit 972784f

Please sign in to comment.