[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-431-ga6002d1
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-29 14:11:35
|
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 a6002d16be8fb445655f03ff789edd5374d90df5 (commit)
from bd89ce3df07ead11f920a8d24beb6eb0f4d309c6 (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 a6002d16be8fb445655f03ff789edd5374d90df5
Author: Eric Jarrige <eri...@ar...>
Date: Fri Jun 29 16:13:36 2012 +0200
[LINUX] apf27: Enable NAND and imx features to be compatible with U-Boot behavior
-----------------------------------------------------------------------
Summary of changes:
...d-device-tree-file-for-the-armadeus-apf27.patch | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/patches/linux/3.5/0003-Add-device-tree-file-for-the-armadeus-apf27.patch b/patches/linux/3.5/0003-Add-device-tree-file-for-the-armadeus-apf27.patch
index b0b6fb8..3f87a27 100644
--- a/patches/linux/3.5/0003-Add-device-tree-file-for-the-armadeus-apf27.patch
+++ b/patches/linux/3.5/0003-Add-device-tree-file-for-the-armadeus-apf27.patch
@@ -4,6 +4,7 @@ Date: Thu, 28 Jun 2012 20:16:05 +0200
Subject: [PATCH 3/3] Add device tree file for the armadeus apf27
Signed-off-by: Philippe Reynes <tr...@ya...>
+Signed-off-by: Eric Jarrige <eri...@ar...>
---
arch/arm/boot/dts/imx27-apf27.dts | 89 +++++++++++++++++++++++++++++++++++++
1 files changed, 89 insertions(+), 0 deletions(-)
@@ -14,7 +15,7 @@ new file mode 100644
index 0000000..d0d0793
--- /dev/null
+++ b/arch/arm/boot/dts/imx27-apf27.dts
-@@ -0,0 +1,89 @@
+@@ -0,0 +1,91 @@
+/*
+ * Copyright 2012 Philippe Reynes <tr...@ya...>
+ *
@@ -67,9 +68,11 @@ index 0000000..d0d0793
+
+ };
+
-+ nand@d8000000 {
++ nand@d8000000 {
+ status = "okay";
+ nand-bus-width = <16>;
++ nand-ecc-mode = "hw";
++ nand-on-flash-bbt;
+
+ partition@0 {
+ label = "u-boot";
@@ -99,7 +102,7 @@ index 0000000..d0d0793
+ label = "rootfs";
+ reg = <0x800000 0xf800000>;
+ };
-+ };
++ };
+
+ };
+
hooks/post-receive
--
armadeus
|