From d862e89cd65dba4a4d500da877dbc0fdb6603554 Mon Sep 17 00:00:00 2001 From: He Yangxuan Date: Thu, 28 Jun 2018 15:10:58 +0000 Subject: main/u-boot: add rpi zero w and 3b arm64 --- main/u-boot/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD index 5fbb767432..bf99cc45cb 100644 --- a/main/u-boot/APKBUILD +++ b/main/u-boot/APKBUILD @@ -1,9 +1,10 @@ +# Contributor: He Yangxuan # Contributor: William Pitcock # Contributor: Timo Teras # Maintainer: Leonardo Arena pkgname=u-boot pkgver=2018.05 -pkgrel=1 +pkgrel=2 pkgdesc="u-boot bootloader common files" url="http://www.denx.de/wiki/U-Boot/" arch="armhf aarch64" @@ -24,11 +25,12 @@ armhf) board_configs=" beagleboard:am335x_boneblack cubieboard:Cubieboard,Cubieboard2 cuboxi:mx6cuboxi - raspberrypi:rpi,rpi_2,rpi_3_32b + raspberrypi:rpi_0_w,rpi,rpi_2,rpi_3_32b wandboard:wandboard ";; aarch64) board_configs=" thunderx:thunderx_88xx + raspberrypi:rpi_3 ";; esac -- cgit v1.2.3