[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2480-gadc7bcc
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2011-08-10 18:47:48
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via adc7bcc32c5182d96e0070af0b64379f061790dd (commit)
from fe5da7bb5cdd900019ab087eb33a4e0cb96e51de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit adc7bcc32c5182d96e0070af0b64379f061790dd
Author: Eric Jarrige <eri...@ar...>
Date: Wed Aug 10 20:53:44 2011 +0200
[UBOOT] 2011.06 APF9328: Fix typo
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/apf9328/apf9328-u-boot-2011.06.h | 2 +-
patches/u-boot/2011.06/05-apf9328-config.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2011.06.h b/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2011.06.h
index ef5e54a..b609887 100644
--- a/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2011.06.h
+++ b/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2011.06.h
@@ -41,7 +41,7 @@
#define CONFIG_IMX 1 /* in a Motorola MC9328MXL Chip */
#define CONFIG_apf9328 1 /* on a Armadeus project board */
#undef CONFIG_USE_IRQ /* don't need use IRQ/FIQ */
-#define CONFIG_SYS_DCACHE_OFF /* make kernel 2.6.29 boot crash */
+#define CONFIG_SYS_DCACHE_OFF /* fix kernel 2.6.29 boot crash */
/*
* Enable the call to misc_init_r() for miscellaneous platform
* dependent initialization.
diff --git a/patches/u-boot/2011.06/05-apf9328-config.patch b/patches/u-boot/2011.06/05-apf9328-config.patch
index a3f9842..c34e554 100644
--- a/patches/u-boot/2011.06/05-apf9328-config.patch
+++ b/patches/u-boot/2011.06/05-apf9328-config.patch
@@ -56,7 +56,7 @@ index 0000000..ef5e54a
+#define CONFIG_IMX 1 /* in a Motorola MC9328MXL Chip */
+#define CONFIG_apf9328 1 /* on a Armadeus project board */
+#undef CONFIG_USE_IRQ /* don't need use IRQ/FIQ */
-+#define CONFIG_SYS_DCACHE_OFF /* make kernel 2.6.29 boot crash */
++#define CONFIG_SYS_DCACHE_OFF /* fix kernel 2.6.29 boot crash */
+/*
+ * Enable the call to misc_init_r() for miscellaneous platform
+ * dependent initialization.
hooks/post-receive
--
armadeus
|