mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/uboot-sunxi to 2015.10-1
This commit is contained in:
parent
c0ed8cec30
commit
b1996e71b5
2 changed files with 10 additions and 10 deletions
alarm/uboot-sunxi
|
@ -1,4 +1,4 @@
|
|||
From 7e2c115b770bd73b84f8a48d33ce32cb9fe50740 Mon Sep 17 00:00:00 2001
|
||||
From 6b2f5de6ad3b427b3149d142b74d0667e5fbe8cb Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Fri, 2 Jan 2015 20:16:57 -0700
|
||||
Subject: [PATCH] arch linux arm modifications
|
||||
|
@ -9,10 +9,10 @@ Subject: [PATCH] arch linux arm modifications
|
|||
2 files changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
|
||||
index 8237239..2477edf 100644
|
||||
index 9d1de55..b75c454 100644
|
||||
--- a/include/config_distro_defaults.h
|
||||
+++ b/include/config_distro_defaults.h
|
||||
@@ -59,4 +59,7 @@
|
||||
@@ -67,4 +67,7 @@
|
||||
#define CONFIG_SUPPORT_RAW_INITRD
|
||||
#define CONFIG_SYS_HUSH_PARSER
|
||||
|
||||
|
@ -21,18 +21,18 @@ index 8237239..2477edf 100644
|
|||
+
|
||||
#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */
|
||||
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
|
||||
index 1f7a1cb..ae0ddf7 100644
|
||||
index f5db4d3..1cdba92 100644
|
||||
--- a/include/configs/sunxi-common.h
|
||||
+++ b/include/configs/sunxi-common.h
|
||||
@@ -141,7 +141,7 @@
|
||||
@@ -176,7 +176,7 @@
|
||||
#define CONFIG_SYS_NO_FLASH
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (512 << 10) /* 512 KiB */
|
||||
#define CONFIG_SYS_MONITOR_LEN (768 << 10) /* 768 KiB */
|
||||
-#define CONFIG_IDENT_STRING " Allwinner Technology"
|
||||
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
|
||||
|
||||
#define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */
|
||||
#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
|
||||
--
|
||||
2.3.6
|
||||
2.6.1
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ pkgname=('uboot-a10-olinuxino-lime'
|
|||
'uboot-pcduino'
|
||||
'uboot-pcduino3'
|
||||
'uboot-pcduino3-nano')
|
||||
pkgver=2015.07
|
||||
pkgver=2015.10
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://git.denx.de/u-boot.git/"
|
||||
|
@ -28,8 +28,8 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
|
|||
'0001-arch-linux-arm-modifications.patch'
|
||||
'boot.txt'
|
||||
'mkscr')
|
||||
md5sums=('3dac9a0b46fed77fc768ad3bd2d68c05'
|
||||
'ead92cccf290422f5da7b0d99bc212ab'
|
||||
md5sums=('7c203b0fc3390a122d8e8b75f147eac5'
|
||||
'c8258485e1a760a24bf951fc18657ad3'
|
||||
'b05eae006e4e35176ee3032eba1c4663'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
|
|
Loading…
Reference in a new issue