5e7d6d5ba4
Remove patches merged upstream and refresh the remaining ones. Runtime tested on * Bananapi BPi-R64 (eMMC and SD Card) * Linksys E8450 (SPI-NAND) * Ubiquiti UniFi 6 LR (SPI-NOR) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
288 B
Diff
12 lines
288 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1004,7 +1004,7 @@ quiet_cmd_pad_cat = CAT $@
|
|
cmd_pad_cat = $(cmd_objcopy) && $(append) || { rm -f $@; false; }
|
|
|
|
quiet_cmd_lzma = LZMA $@
|
|
-cmd_lzma = lzma -c -z -k -9 $< > $@
|
|
+cmd_lzma = xz --format=lzma -c -z -k -9 $< > $@
|
|
|
|
cfg: u-boot.cfg
|
|
|