freebsd-ports/sysutils/u-boot-beaglebone/Makefile
Emmanuel Vadot d08ab36942 sysutils/u-boot-beaglebone: Fix eMMC boot
Due to rename of CONFIG_NAND -> CONFIG_MTD_RAW_NAND the BBB will not boot from eMMC.

88718be300

d4c2f6b7e3

Submitted by:	 Oskar Holmund (oskar.holmlund@ohdata.se)
Differential Revision:	https://reviews.freebsd.org/D25190
2020-06-09 09:40:05 +00:00

14 lines
270 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= beaglebone
BOARD_CONFIG= am335x_evm_defconfig
FAMILY= omap
U_BOOT_SLAVE_PORTREVISION_2020.04= 1
CONFIG_FRAGMENT= ${.CURDIR}/files/bbb_fragment
FRAGMENT_NAME= bbb_fragment
.include "${MASTERDIR}/Makefile"