mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/uboot-dragonboard to 2016.11-1
This commit is contained in:
parent
4d0170c4ae
commit
29724b8254
2 changed files with 18 additions and 19 deletions
|
@ -1,25 +1,24 @@
|
|||
From 8c190679b688cf186e132a9f26052ac26ab717c3 Mon Sep 17 00:00:00 2001
|
||||
From 9c16cc6373f770338a55a5b9802257c8faf5dde0 Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Sat, 5 Mar 2016 12:27:57 -0700
|
||||
Subject: [PATCH] arch linux arm modifications
|
||||
|
||||
---
|
||||
include/configs/dragonboard410c.h | 2 +-
|
||||
configs/dragonboard410c_defconfig | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
|
||||
index 4b00922..15350c1 100644
|
||||
--- a/include/configs/dragonboard410c.h
|
||||
+++ b/include/configs/dragonboard410c.h
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <linux/sizes.h>
|
||||
#include <asm/arch/sysmap-apq8016.h>
|
||||
|
||||
-#define CONFIG_IDENT_STRING "\nQualcomm-DragonBoard 410C"
|
||||
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
|
||||
|
||||
#define CONFIG_MISC_INIT_R /* To stop autoboot */
|
||||
|
||||
diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig
|
||||
index 34250c3..b6dfa09 100644
|
||||
--- a/configs/dragonboard410c_defconfig
|
||||
+++ b/configs/dragonboard410c_defconfig
|
||||
@@ -1,6 +1,6 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_SNAPDRAGON=y
|
||||
-CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C"
|
||||
+CONFIG_IDENT_STRING=" Arch Linux ARM"
|
||||
CONFIG_DEFAULT_DEVICE_TREE="dragonboard410c"
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||
--
|
||||
2.9.0
|
||||
2.10.2
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=uboot-dragonboard
|
||||
pkgver=2016.09
|
||||
pkgver=2016.11
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for Dragonboard 410c"
|
||||
arch=('aarch64')
|
||||
|
@ -17,8 +17,8 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
|||
'0001-arch-linux-arm-modifications.patch'
|
||||
'boot.txt'
|
||||
'mkscr')
|
||||
md5sums=('2e69dda70eb28f8042d2f9fbeb1feaa1'
|
||||
'17601b63768a2c98a04fe20fdcb820c6'
|
||||
md5sums=('ca1f6e019d08aff8d0ca1beb2e66737d'
|
||||
'a573d5abed9bbdc7b9e699c38c4c7b53'
|
||||
'fd933e5a372406ab0a9606e2dd696ab9'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
|
|
Loading…
Reference in a new issue