head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.10
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.8
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.6
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.4
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.2
	pkgsrc-2025Q1-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.01.19.02.23.23;	author rxg;	state Exp;
branches;
next	;
commitid	3b210kdB5f9Ls2GF;


desc
@@


1.1
log
@
u-boot-riotboard: import u-boot-riotboard-2021.01

U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the RIoTboard.
@
text
@# $NetBSD: Makefile,v 1.2 2021/08/12 07:25:57 wiz Exp $

UBOOT_TARGET=		riotboard
UBOOT_CONFIG=		riotboard_defconfig
UBOOT_BIN=		u-boot.imx

UBOOT_VERSION=		2021.01

UBOOT_INSTALLBOOT_PLIST=	installboot.plist

.include "../../sysutils/u-boot/u-boot-arm.mk"
.include "../../mk/bsd.pkg.mk"
@
