This is the U-Boot bootloader for the SolidRun ClearFog Pro. Submitted by: ml@vishwin.info Differential Revision: https://reviews.freebsd.org/D19230
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= clearfog
|
|
BOARD_CONFIG= clearfog_defconfig
|
|
FAMILY= armada38x
|
|
|
|
.include "${MASTERDIR}/Makefile"
|