~alpine/aports

main/u-boot: add odroidc2 (aarch64) support v2 PROPOSED

He Yangxuan: 1
 main/u-boot: add odroidc2 (aarch64) support

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/181/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH v2] main/u-boot: add odroidc2 (aarch64) support Export this patch

---
 main/u-boot/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD
index 8319f24..7aa6426 100644
--- a/main/u-boot/APKBUILD
+++ b/main/u-boot/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=u-boot
pkgver=2018.05
pkgrel=2
pkgrel=3
pkgdesc="u-boot bootloader common files"
url="http://www.denx.de/wiki/U-Boot/"
arch="armhf armv7 aarch64"
@@ -31,6 +31,7 @@ arm*) board_configs="
aarch64) board_configs="
	thunderx:thunderx_88xx
	raspberrypi:rpi_3
	odroid:odroid-c2
	";;
esac

-- 
2.19.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---