pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-rock64



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 13 22:14:18 UTC 2019

Modified Files:
        pkgsrc/sysutils/u-boot-rock64: Makefile

Log Message:
add SPI loader. missed in previous commit


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/u-boot-rock64/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-rock64/Makefile
diff -u pkgsrc/sysutils/u-boot-rock64/Makefile:1.2 pkgsrc/sysutils/u-boot-rock64/Makefile:1.3
--- pkgsrc/sysutils/u-boot-rock64/Makefile:1.2  Sun Jul 21 15:17:12 2019
+++ pkgsrc/sysutils/u-boot-rock64/Makefile      Tue Aug 13 22:14:18 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/07/21 15:17:12 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2019/08/13 22:14:18 tnn Exp $
 
 UBOOT_TARGET=          rock64
 UBOOT_CONFIG=          rock64-rk3328_defconfig
-UBOOT_BIN=             idbloader.img rksd_loader.img u-boot.itb
+UBOOT_BIN=             idbloader.img rksd_loader.img rkspi_loader.img u-boot.itb
 
 DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot-rock64/distinfo
 



Home | Main Index | Thread Index | Old Index