Use the correct config file name for duovero and pandaboard

Approved by:	imp
This commit is contained in:
Emmanuel Vadot 2018-02-06 20:47:29 +00:00
parent 804a918f37
commit 0b3f31f05d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461102
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ MAINTAINER= imp@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= duovero
BOARD_CONFIG= duovero_config
BOARD_CONFIG= duovero_defconfig
FAMILY= omap
.include "${MASTERDIR}/Makefile"

View file

@ -4,7 +4,7 @@ MAINTAINER= imp@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= pandaboard
BOARD_CONFIG= omap4_panda_config
BOARD_CONFIG= omap4_panda_defconfig
FAMILY= omap
.include "${MASTERDIR}/Makefile"