pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Aug 27 20:58:16 UTC 2023

Modified Files:
        pkgsrc/sysutils/u-boot: u-boot-rockchip.mk

Log Message:
u-boot-rockchip.mk: contextualize the image name

Not strictly necessary, but for consistency. (Another package will
shortly be added where this context becomes relevant.)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/u-boot/u-boot-rockchip.mk

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/u-boot-rockchip.mk
diff -u pkgsrc/sysutils/u-boot/u-boot-rockchip.mk:1.15 pkgsrc/sysutils/u-boot/u-boot-rockchip.mk:1.16
--- pkgsrc/sysutils/u-boot/u-boot-rockchip.mk:1.15      Thu Aug 17 02:15:53 2023
+++ pkgsrc/sysutils/u-boot/u-boot-rockchip.mk   Sun Aug 27 20:58:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot-rockchip.mk,v 1.15 2023/08/17 02:15:53 gutteridge Exp $
+# $NetBSD: u-boot-rockchip.mk,v 1.16 2023/08/27 20:58:15 gutteridge Exp $
 #
 # used by sysutils/u-boot-rock64/Makefile
 # used by sysutils/u-boot-rockpro64/Makefile
@@ -30,7 +30,7 @@ post-build:
        dd if=${WRKSRC}/u-boot.itb seek=448 conv=notrunc of=${WRKSRC}/rksd_loader.img
 .if defined(UBOOT_MKIMAGE_RKSPI)
         ${WRKSRC}/tools/mkimage \
-               -n rk3399 \
+               -n ${UBOOT_IMAGE_TYPE} \
                -T rkspi \
                -d ${WRKSRC}/tpl/u-boot-tpl.bin:${WRKSRC}/spl/u-boot-spl.bin \
                ${WRKSRC}/rkspi_loader.img



Home | Main Index | Thread Index | Old Index