alarm/uboot-odroid-xu3 to 2017.01-1

This commit is contained in:
Kevin Mihelich 2017-02-23 01:43:45 +00:00
parent c46db76f0f
commit abfdf1ac87
2 changed files with 3 additions and 35 deletions

View file

@ -1,25 +0,0 @@
From 668c9006b4494bf871f1d8b8f53b0cf6a649fc19 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 15 Nov 2015 18:24:15 -0700
Subject: [PATCH] arch linux arm modifications
---
configs/odroid-xu3_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index 1b67495..51c8a07 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -1,7 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_EXYNOS=y
CONFIG_ARCH_EXYNOS5=y
-CONFIG_IDENT_STRING=" for ODROID-XU3"
+CONFIG_IDENT_STRING=" Arch Linux ARM"
CONFIG_DEFAULT_DEVICE_TREE="exynos5422-odroidxu3"
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_FIT=y
--
2.10.2

View file

@ -4,7 +4,7 @@
buildarch=4
pkgname=uboot-odroid-xu3
pkgver=2016.11
pkgver=2017.01
pkgrel=1
pkgdesc="U-Boot for ODROID-XU3"
arch=('armv7h')
@ -18,25 +18,17 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
"bl1.bin::https://github.com/hardkernel/u-boot/raw/${_commit}/sd_fuse/hardkernel/bl1.bin.hardkernel"
'http://archlinuxarm.org/builder/src/xu3/bl2.bin'
"tzsw.bin::https://github.com/hardkernel/u-boot/raw/${_commit}/sd_fuse/hardkernel/tzsw.bin.hardkernel"
'0001-arch-linux-arm-modifications.patch'
'sd_fusing.sh'
'boot.txt'
'mkscr')
md5sums=('ca1f6e019d08aff8d0ca1beb2e66737d'
md5sums=('ad2d82d5b4fa548b2b95bbc26c9bad79'
'38fb058aa3bcc568f9547c85517949b9'
'09c42bed980921cfc914e97e067ba9a3'
'fd01dda20b999e0b731c7063431a42b3'
'683f66010666783d086af222c052d57e'
'8a31acf5da5722698f54d1fe15c482bb'
'52306aa4cf2c3499ecfcea026fb2741c'
'021623a04afd29ac3f368977140cfbfd')
prepare() {
cd u-boot-${pkgver}
git apply ../0001-arch-linux-arm-modifications.patch
}
build() {
cd u-boot-${pkgver}
@ -44,6 +36,7 @@ build() {
make distclean
make odroid-xu3_config
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> .config
make EXTRAVERSION=-${pkgrel}
}