aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorHe Yangxuan <yangxuan8282@gmail.com>2018-06-28 15:10:58 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2018-07-02 12:08:00 +0000
commitd862e89cd65dba4a4d500da877dbc0fdb6603554 (patch)
tree5727413ad55351d6b904e0e26fc9706f739d7a7a /main
parent8bc218069d87377a38e42af82ef12daf0459e524 (diff)
downloadaports-d862e89cd65dba4a4d500da877dbc0fdb6603554.tar.bz2
aports-d862e89cd65dba4a4d500da877dbc0fdb6603554.tar.xz
main/u-boot: add rpi zero w and 3b arm64
Diffstat (limited to 'main')
-rw-r--r--main/u-boot/APKBUILD6
1 files 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 <yangxuan8282@gmail.com>
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Contributor: Timo Teras <timo.teras@iki.fi>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
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