pkgsrc/sysutils/u-boot-orangepi-lite/Makefile
jakllsch 8ce29d96ec add u-boot-orangepi-lite, based on u-boot-orangepi-one
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 Xunlong Orange Pi Lite.
2019-11-29 15:09:39 +00:00

11 lines
277 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/11/29 15:09:39 jakllsch Exp $
UBOOT_TARGET= orangepi-lite
UBOOT_CONFIG= orangepi_lite_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
UBOOT_INSTALLBOOT_PLIST= installboot.plist
PKGREVISION= 4
.include "../../sysutils/u-boot/u-boot-arm.mk"