alarm/uboot-udoo to 2013.10-2

This commit is contained in:
Kevin Mihelich 2014-05-18 17:38:16 +00:00
parent 0011b79fe7
commit 51085b3ec8
2 changed files with 9 additions and 5 deletions

View file

@ -6,7 +6,7 @@ buildarch=4
pkgbase=uboot-udoo
pkgname=('uboot-udoo-dual' 'uboot-udoo-quad')
pkgver=2013.10
pkgrel=1
pkgrel=2
arch=('armv7h')
url="https://github.com/UDOOboard/U-Boot_Unico-2013"
license=('GPL')
@ -15,7 +15,7 @@ option=('!strip')
source=("uboot::git+https://github.com/UDOOboard/U-Boot_Unico-2013.git"
'alarm.patch')
md5sums=('SKIP'
'330f9fa3963708dc8e70a86415d00d73')
'6a7b2c125b8ff29fa47d1dd6cbd61f7f')
prepare() {
cd uboot

View file

@ -1,7 +1,7 @@
diff -urN a/include/configs/udoo.h b/include/configs/udoo.h
--- a/include/configs/udoo.h 2014-04-06 13:29:26.927572479 -0600
+++ b/include/configs/udoo.h 2014-04-06 14:00:46.383454580 -0600
@@ -118,102 +118,68 @@
--- a/include/configs/udoo.h 2014-05-18 11:32:41.255898800 -0600
+++ b/include/configs/udoo.h 2014-05-18 11:34:20.295534234 -0600
@@ -118,102 +118,72 @@
#define CONFIG_GENERIC_MMC
#define CONFIG_BOUNCE_BUFFER
#define CONFIG_CMD_EXT2
@ -12,7 +12,11 @@ diff -urN a/include/configs/udoo.h b/include/configs/udoo.h
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
+
+#if defined(CONFIG_MX6Q)
#define CONFIG_DEFAULT_FDT_FILE "imx6q-udoo.dtb"
+#else
+#define CONFIG_DEFAULT_FDT_FILE "imx6dl-udoo.dtb"
+#endif
#define CONFIG_EXTRA_ENV_SETTINGS \
- "script=boot.scr\0" \