head 1.2; access; symbols pkgsrc-2020Q1:1.1.0.8 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.10 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.6 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2020.06.20.17.42.34; author thorpej; state dead; branches; next 1.1; commitid v346dLuhVi1inZcC; 1.1 date 2019.03.24.20.50.10; author thorpej; state Exp; branches; next ; commitid JqevbjUfMsZwXEgB; desc @@ 1.2 log @Update to u-boot-2020.04. @ text @$NetBSD: patch-Makefile,v 1.1 2019/03/24 20:50:10 thorpej Exp $ u-boot: Fix name of python2 interpreter when built in pkgsrc environment --- Makefile.orig 2019-03-24 19:18:59.903169960 +0000 +++ Makefile @@@@ -359,7 +359,7 @@@@ YACC = bison AWK = awk PERL = perl PYTHON ?= python -PYTHON2 = python2 +PYTHON2 = python2.7 PYTHON3 = python3 DTC ?= $(objtree)/scripts/dtc/dtc CHECK = sparse @ 1.1 log @- Update to u-boot-2019.04-rc4, which works much better on the MediaTek mt7623 SoC than the previous 2019.01-rc2. - Pull down the necessary SDMMC binary headers and preloader from BPI's Github repository, and use them to assemble an image that can be written directly to an SD card before adding an MBR partition table. @ text @d1 1 a1 1 $NetBSD$ @