Index: head/sysutils/u-boot-duovero/Makefile =================================================================== --- head/sysutils/u-boot-duovero/Makefile (revision 461101) +++ head/sysutils/u-boot-duovero/Makefile (revision 461102) @@ -1,10 +1,10 @@ # $FreeBSD$ MAINTAINER= imp@FreeBSD.org MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= duovero -BOARD_CONFIG= duovero_config +BOARD_CONFIG= duovero_defconfig FAMILY= omap .include "${MASTERDIR}/Makefile" Index: head/sysutils/u-boot-pandaboard/Makefile =================================================================== --- head/sysutils/u-boot-pandaboard/Makefile (revision 461101) +++ head/sysutils/u-boot-pandaboard/Makefile (revision 461102) @@ -1,10 +1,10 @@ # $FreeBSD$ 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"