forked from Lainports/freebsd-ports
Since u-boot merged the beaglebone defconfig with the am335x_evm ones eMMC support is seriously broken. Disabling NAND support (which isn't present on BBB) make this works again as they share some pins. Also remove the legacy_mmc targets as it is Linux centric.
14 lines
270 B
Makefile
14 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
U_BOOT_SLAVE_PORTREVISION_2019.07= 1
|
|
|
|
MODEL= beaglebone
|
|
BOARD_CONFIG= am335x_evm_defconfig
|
|
FAMILY= omap
|
|
|
|
CONFIG_FRAGMENT= ${.CURDIR}/files/bbb_fragment
|
|
FRAGMENT_NAME= bbb_fragment
|
|
|
|
.include "${MASTERDIR}/Makefile"
|