Thu Nov 3 10:55:49 2022 UTC ()
Add patches for U-Boot 2022.10


(jmcneill)
diff -r0 -r1.1 pkgsrc/sysutils/u-boot/distinfo-2022.10
diff -r0 -r1.1 pkgsrc/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl

File Added: pkgsrc/sysutils/u-boot/distinfo-2022.10
$NetBSD: distinfo-2022.10,v 1.1 2022/11/03 10:55:48 jmcneill Exp $

BLAKE2s (u-boot-2022.10.tar.bz2) = 6aa706dd5fa967d9a0d4aff72b3dfc717760035af5c8d9eb8e96b849d651329b
SHA512 (u-boot-2022.10.tar.bz2) = 95bc1f915a3349f6045e59f46d8514485ca0de1d62303f7026b8e59f3ac539b9545895e0dd736ed7b26f28239db31672ecad2accc3fd99356a55269697039147
Size (u-boot-2022.10.tar.bz2) = 18365430 bytes
SHA1 (patch-scripts_Makefile.spl) = 4b92e1e83e09105a57af9b6d7520abfd46b04b17

File Added: pkgsrc/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl
$NetBSD: patch-scripts_Makefile.spl,v 1.1 2022/11/03 10:55:49 jmcneill Exp $

--- scripts/Makefile.spl.orig	2022-10-03 19:25:32.000000000 +0000
+++ scripts/Makefile.spl
@@ -245,7 +245,7 @@ MKIMAGEFLAGS_boot.bin = -T zynqmpimage -
 endif
 
 $(obj)/$(SPL_BIN)-align.bin: $(obj)/$(SPL_BIN).bin
-	@dd if=$< of=$@ conv=block,sync bs=4 2>/dev/null;
+	@dd if=$< of=$@ conv=sync bs=4 2>/dev/null;
 
 spl/boot.bin: $(obj)/$(SPL_BIN)-align.bin FORCE
 	$(call if_changed,mkimage)