Use the correct config file name for duovero and pandaboard
Approved by: imp
This commit is contained in:
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
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue