alarm/uboot-olinuxino to 2015.10-1

This commit is contained in:
Kevin Mihelich 2015-10-31 17:27:57 +00:00
parent 60b6dd3dff
commit 13333c3153
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
From 303685d289f55de059290a7b2a60416523bcbe58 Mon Sep 17 00:00:00 2001
From 2db7b7cd826260180268077b7f22e7380d9b3390 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Mon, 8 Jun 2015 19:18:43 -0600
Date: Sat, 31 Oct 2015 10:05:29 -0600
Subject: [PATCH] arch linux arm modifications
Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
@ -9,11 +9,11 @@ Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
1 file changed, 60 insertions(+), 74 deletions(-)
diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h
index e377fea..16ae29a 100644
index 529f73b..3b57a8a 100644
--- a/include/configs/mx23_olinuxino.h
+++ b/include/configs/mx23_olinuxino.h
@@ -26,6 +26,17 @@
#define CONFIG_CMD_NET
@@ -24,6 +24,17 @@
#define CONFIG_CMD_MMC
#define CONFIG_CMD_USB
+/* Arch Linux ARM extras */
@ -30,7 +30,7 @@ index e377fea..16ae29a 100644
/* Memory configuration */
#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */
#define PHYS_SDRAM_1 0x40000000 /* Base address */
@@ -66,92 +77,67 @@
@@ -64,92 +75,67 @@
#endif
/* Booting Linux */
@ -173,5 +173,5 @@ index e377fea..16ae29a 100644
/* The rest of the configuration is shared */
#include <configs/mxs.h>
--
2.4.2
2.6.1

View file

@ -6,7 +6,7 @@ buildarch=2
pkgname=uboot-olinuxino
pkgdesc="U-Boot for i.MX233-OLinuXino"
pkgver=2015.04
pkgver=2015.10
pkgrel=1
arch=('arm')
license=('GPL')
@ -16,8 +16,8 @@ options=('!strip')
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
'0001-arch-linux-arm-modifications.patch'
'uEnv.txt')
md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd'
'b68e3fdda72067a403edd7a9c9e9421f'
md5sums=('7c203b0fc3390a122d8e8b75f147eac5'
'6b5f319d0b043e223629d001579c3a2e'
'd41d8cd98f00b204e9800998ecf8427e')
prepare() {