pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-pico-pi-imx7d Use version 2021.01, the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7add253eff52
branches:  trunk
changeset: 448553:7add253eff52
user:      martin <martin%pkgsrc.org@localhost>
date:      Tue Mar 09 16:50:38 2021 +0000

description:
Use version 2021.01, the older u-boot versions do not work reliably after
loading from emmc.

diffstat:

 sysutils/u-boot-pico-pi-imx7d/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 865b5b613bfe -r 7add253eff52 sysutils/u-boot-pico-pi-imx7d/Makefile
--- a/sysutils/u-boot-pico-pi-imx7d/Makefile    Tue Mar 09 16:49:12 2021 +0000
+++ b/sysutils/u-boot-pico-pi-imx7d/Makefile    Tue Mar 09 16:50:38 2021 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2021/02/18 14:55:33 martin Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/09 16:50:38 martin Exp $
 
 UBOOT_TARGET=          pico-pi-imx7d
 UBOOT_CONFIG=          pico-pi-imx7d_defconfig
 UBOOT_BIN=             u-boot.img SPL
 
+UBOOT_VERSION=         2021.01
+
 .include "../../sysutils/u-boot/u-boot-arm.mk"



Home | Main Index | Thread Index | Old Index