summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-tinker/Makefile
blob: 0ebf6694e83d08c6d4a383d319489dcf4bb32e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.2 2021/08/12 07:25:59 wiz Exp $

UBOOT_TARGET=		tinker
UBOOT_CONFIG=		tinker-rk3288_defconfig
UBOOT_BIN=		u-boot-tinker-sd.bin

post-build:
	cd ${WRKSRC} && ./tools/mkimage -n rk3288 -T rksd -d ./spl/u-boot-spl-dtb.bin u-boot-tinker-sd.bin
	cd ${WRKSRC} && cat ./u-boot-dtb.bin >> u-boot-tinker-sd.bin

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