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 FriendlyARM NanoPi M1.
7 lines
208 B
Makefile
7 lines
208 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/12/21 11:46:47 jmcneill Exp $
|
|
|
|
UBOOT_TARGET= nanopi-m1
|
|
UBOOT_CONFIG= nanopi_m1_defconfig
|
|
UBOOT_BIN= u-boot-sunxi-with-spl.bin
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm.mk"
|