pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/u-boot-a64-olinuxino



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 19 09:15:01 UTC 2026

Modified Files:
        pkgsrc/sysutils/u-boot-a64-olinuxino: Makefile

Log Message:
u-boot-a64-olinuxino: fix whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/u-boot-a64-olinuxino/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot-a64-olinuxino/Makefile
diff -u pkgsrc/sysutils/u-boot-a64-olinuxino/Makefile:1.1 pkgsrc/sysutils/u-boot-a64-olinuxino/Makefile:1.2
--- pkgsrc/sysutils/u-boot-a64-olinuxino/Makefile:1.1   Wed Sep 18 15:28:11 2024
+++ pkgsrc/sysutils/u-boot-a64-olinuxino/Makefile       Thu Feb 19 09:15:01 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/09/18 15:28:11 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2026/02/19 09:15:01 wiz Exp $
 
 UBOOT_TARGET=          a64-olinuxino
 UBOOT_CONFIG=          a64-olinuxino_defconfig
@@ -6,10 +6,10 @@ UBOOT_BIN=            u-boot-sunxi-with-spl.bin
 
 UBOOT_INSTALLBOOT_PLIST=       installboot.plist
 
-UBOOT_VERSION=                 2022.04
+UBOOT_VERSION=         2022.04
 
 # Switch to EL1 before booting kernel (required for 32-bit support)
-PKG_DEFAULT_OPTIONS+=   el1
+PKG_DEFAULT_OPTIONS+=  el1
 
 post-extract:
        ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i_a64/bl31.bin ${WRKSRC}



Home | Main Index | Thread Index | Old Index