[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / u-boot-cubietruck

File: [cvs.NetBSD.org] / pkgsrc / sysutils / u-boot-cubietruck / Makefile (download)

Revision 1.4, Mon Dec 31 15:06:45 2018 UTC (5 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.3: +3 -1 lines

U-Boot 2018.11 broke compatibility of U-Boot image type IDs. Restore IDs
used in previous (and subsequent) U-Boot versions to fix booting GENERIC
armv7 NetBSD kernels.

# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $

UBOOT_TARGET=		cubietruck
UBOOT_CONFIG=		Cubietruck_defconfig
UBOOT_BIN=		u-boot-sunxi-with-spl.bin

PKGREVISION=		1

.include "../../sysutils/u-boot/u-boot-arm.mk"