590297df09
- turn on the power led - reduce a timeout slightly - possibly enable usb boot (untested) - possibly enable sd boot from emmc uboot (untested) from Emmanuel Vadot <manu@freebsd.org> and dhivael <dhivael.git@eno.space> and some minor massaging from myself.
11 lines
310 B
Makefile
11 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/14 08:44:03 mrg Exp $
|
|
|
|
PKGREVISION= 1
|
|
|
|
UBOOT_TARGET= pinebook-pro
|
|
UBOOT_CONFIG= pinebook_pro-rk3399_defconfig
|
|
UBOOT_BIN= idbloader.img rksd_loader.img rkspi_loader.img u-boot.itb
|
|
|
|
U_BOOT_IMAGE_TYPE= rk3399
|
|
|
|
.include "../../sysutils/u-boot-pinebook-pro/u-boot-rockchip.mk"
|