Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 20:47:29 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461102 - in head/sysutils: u-boot-duovero u-boot-pandaboard
Message-ID:  <201802062047.w16KlTWF094136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu (src committer)
Date: Tue Feb  6 20:47:29 2018
New Revision: 461102
URL: https://svnweb.freebsd.org/changeset/ports/461102

Log:
  Use the correct config file name for duovero and pandaboard
  
  Approved by:	imp

Modified:
  head/sysutils/u-boot-duovero/Makefile
  head/sysutils/u-boot-pandaboard/Makefile

Modified: head/sysutils/u-boot-duovero/Makefile
==============================================================================
--- head/sysutils/u-boot-duovero/Makefile	Tue Feb  6 20:36:14 2018	(r461101)
+++ head/sysutils/u-boot-duovero/Makefile	Tue Feb  6 20:47:29 2018	(r461102)
@@ -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"

Modified: head/sysutils/u-boot-pandaboard/Makefile
==============================================================================
--- head/sysutils/u-boot-pandaboard/Makefile	Tue Feb  6 20:36:14 2018	(r461101)
+++ head/sysutils/u-boot-pandaboard/Makefile	Tue Feb  6 20:47:29 2018	(r461102)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802062047.w16KlTWF094136>