On Tue, Dec 26, 2017 at 03:52:45PM +0800, Kevin Lo wrote:
> On Tue, Dec 26, 2017 at 04:52:49PM +1100, Jonathan Gray wrote:
> > 
> > On Tue, Dec 26, 2017 at 04:50:13PM +1100, Jonathan Gray wrote:
> > > On Tue, Dec 26, 2017 at 01:16:51PM +0800, Kevin Lo wrote:
> > > > Hi,
> > > > 
> > > > I'd like to add the bpi-m2m to our u-boot package.  ok?
> > > 
> > > This should be after Bananapi in the SUNXI list.
> 
> Below is a revised diff which adds Bananapi_m2m after Bananapi in the 
> SUNXI list, thanks.

ok jsg@

> 
> Index: sysutils/u-boot/Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/u-boot/Makefile,v
> retrieving revision 1.29
> diff -u -p -u -p -r1.29 Makefile
> --- sysutils/u-boot/Makefile  27 Nov 2017 03:53:47 -0000      1.29
> +++ sysutils/u-boot/Makefile  26 Dec 2017 07:45:17 -0000
> @@ -7,6 +7,7 @@ FLAVOR?=      arm
>  
>  COMMENT=     U-Boot firmware
>  VERSION=     2017.11
> +REVISION=    0
>  DISTNAME=    u-boot-${VERSION}
>  PKGNAME=     u-boot-${FLAVOR}-${VERSION:S/-//}
>  FULLPKGNAME= ${PKGNAME}
> @@ -77,6 +78,7 @@ SUNXI=\
>       A20-OLinuXino-Lime2-eMMC \
>       A20-OLinuXino_MICRO \
>       Bananapi \
> +     Bananapi_m2m \
>       Bananapro \
>       CHIP \
>       CHIP_pro \
> Index: sysutils/u-boot/pkg/PFRAG.arm
> ===================================================================
> RCS file: /cvs/ports/sysutils/u-boot/pkg/PFRAG.arm,v
> retrieving revision 1.10
> diff -u -p -u -p -r1.10 PFRAG.arm
> --- sysutils/u-boot/pkg/PFRAG.arm     29 Aug 2017 07:14:50 -0000      1.10
> +++ sysutils/u-boot/pkg/PFRAG.arm     26 Dec 2017 07:45:17 -0000
> @@ -43,6 +43,12 @@ share/u-boot/Bananapi/u-boot
>  share/u-boot/Bananapi/u-boot-sunxi-with-spl.bin
>  share/u-boot/Bananapi/u-boot.bin
>  share/u-boot/Bananapi/u-boot.img
> +share/u-boot/Bananapi_m2m/
> +share/u-boot/Bananapi_m2m/sunxi-spl.bin
> +share/u-boot/Bananapi_m2m/u-boot
> +share/u-boot/Bananapi_m2m/u-boot-sunxi-with-spl.bin
> +share/u-boot/Bananapi_m2m/u-boot.bin
> +share/u-boot/Bananapi_m2m/u-boot.img
>  share/u-boot/Bananapro/
>  share/u-boot/Bananapro/sunxi-spl.bin
>  share/u-boot/Bananapro/u-boot

Reply via email to