freebsd-ports/sysutils/u-boot-beaglebone/Makefile
Emmanuel Vadot 4c2a4d4dce u-boot-beaglebone: Add some fragment data to disable NAND
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.
2019-09-16 15:07:44 +00:00

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"