d08ab36942
Due to rename of CONFIG_NAND -> CONFIG_MTD_RAW_NAND the BBB will not boot from eMMC. https://github.com/u-boot/u-boot/commit/88718be3001055fa2801a44ab10570279b3f2cb7 https://github.com/u-boot/u-boot/commit/d4c2f6b7e3e2bfd297367d292aa641095c7a18e2 Submitted by: Oskar Holmund (oskar.holmlund@ohdata.se) Differential Revision: https://reviews.freebsd.org/D25190
15 lines
270 B
Makefile
15 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"
|