d08ab36942
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
14 lines
270 B
Makefile
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"
|