mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-odroid-xu3 to 2016.11-1
This commit is contained in:
parent
96a75b8b63
commit
9c19905a3b
2 changed files with 20 additions and 20 deletions
|
@ -1,25 +1,25 @@
|
|||
From fe52a09cdd6e4d70c2a6523a2caaa5e3ce33b3c9 Mon Sep 17 00:00:00 2001
|
||||
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
|
||||
|
||||
---
|
||||
include/configs/odroid_xu3.h | 2 +-
|
||||
configs/odroid-xu3_defconfig | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
|
||||
index 5196d58..294a657 100644
|
||||
--- a/include/configs/odroid_xu3.h
|
||||
+++ b/include/configs/odroid_xu3.h
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <configs/exynos5-common.h>
|
||||
|
||||
#undef CONFIG_ENV_IS_IN_SPI_FLASH
|
||||
-#define CONFIG_IDENT_STRING " for ODROID-XU3"
|
||||
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
|
||||
|
||||
#define CONFIG_BOARD_COMMON
|
||||
|
||||
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.9.0
|
||||
2.10.2
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=uboot-odroid-xu3
|
||||
pkgver=2016.07
|
||||
pkgrel=2
|
||||
pkgver=2016.11
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for ODROID-XU3"
|
||||
arch=('armv7h')
|
||||
url='http://www.denx.de/wiki/U-Boot/WebHome'
|
||||
|
@ -22,11 +22,11 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
|
|||
'sd_fusing.sh'
|
||||
'boot.txt'
|
||||
'mkscr')
|
||||
md5sums=('425a3fa610a7d972e5092a0e92276c70'
|
||||
md5sums=('ca1f6e019d08aff8d0ca1beb2e66737d'
|
||||
'38fb058aa3bcc568f9547c85517949b9'
|
||||
'09c42bed980921cfc914e97e067ba9a3'
|
||||
'fd01dda20b999e0b731c7063431a42b3'
|
||||
'a24247db919d89e2fadf48b6760cb7f2'
|
||||
'683f66010666783d086af222c052d57e'
|
||||
'8a31acf5da5722698f54d1fe15c482bb'
|
||||
'52306aa4cf2c3499ecfcea026fb2741c'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
|
Loading…
Reference in a new issue