47a09734d8
used in previous (and subsequent) U-Boot versions to fix booting GENERIC armv7 NetBSD kernels.
10 lines
233 B
Makefile
10 lines
233 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:44 jmcneill Exp $
|
|
|
|
UBOOT_TARGET= beagleboard
|
|
UBOOT_CONFIG= omap3_beagle_defconfig
|
|
UBOOT_BIN= u-boot.img
|
|
UBOOT_BIN+= MLO
|
|
|
|
PKGREVISION= 1
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm.mk"
|