alarm/uboot-sunxi to 2016.05-1

This commit is contained in:
Kevin Mihelich 2016-06-06 01:50:56 +00:00
parent b14b3fb8a0
commit fc79a57865
2 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
From 6b2f5de6ad3b427b3149d142b74d0667e5fbe8cb Mon Sep 17 00:00:00 2001
From a4777cc3ee0d37d336e2769b00ca57ef67be78de 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,30 +9,30 @@ 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 9d1de55..b75c454 100644
index 766a212..0df77cd 100644
--- a/include/config_distro_defaults.h
+++ b/include/config_distro_defaults.h
@@ -67,4 +67,7 @@
@@ -57,4 +57,7 @@
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_ENV_VARS_UBOOT_CONFIG
+#define CONFIG_CMD_PART
+#define CONFIG_PARTITION_UUIDS
+
#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index f5db4d3..1cdba92 100644
index 2406115..8c64bbd 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -176,7 +176,7 @@
@@ -173,7 +173,7 @@
#define CONFIG_SYS_NO_FLASH
#define CONFIG_SYS_MONITOR_LEN (768 << 10) /* 768 KiB */
-#define CONFIG_IDENT_STRING " Allwinner Technology"
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
#define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */
#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
--
2.6.1
2.8.3

View file

@ -17,7 +17,7 @@ pkgname=('uboot-a10-olinuxino-lime'
'uboot-pcduino'
'uboot-pcduino3'
'uboot-pcduino3-nano')
pkgver=2016.03
pkgver=2016.05
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=('973c1d896be751321cc3aafa564f64b2'
'c8258485e1a760a24bf951fc18657ad3'
md5sums=('3a8613d753dfa707c937991a35404510'
'a9303cc01e222117a870e1166266e02c'
'b05eae006e4e35176ee3032eba1c4663'
'021623a04afd29ac3f368977140cfbfd')