14ddb21925
Packaged by kikadf in wip and in PR pkg/54704 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 PC.
9 lines
252 B
Makefile
9 lines
252 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/10/13 03:52:29 maya Exp $
|
|
|
|
UBOOT_TARGET= orangepi-pc
|
|
UBOOT_CONFIG= orangepi_pc_defconfig
|
|
UBOOT_BIN= u-boot-sunxi-with-spl.bin
|
|
|
|
UBOOT_INSTALLBOOT_PLIST= installboot.plist
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm.mk"
|