[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-rc1-20-g408994b
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2013-11-30 09:00:36
|
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 408994b412f978f9d321e3b08b3ab2e2146df494 (commit)
from de1cbc70ec096347249652d49b6026ee2f4d2144 (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 408994b412f978f9d321e3b08b3ab2e2146df494
Author: Gwenhael Goavec-Merou <gwe...@tr...>
Date: Sat Nov 30 10:01:06 2013 +0100
[LINUX][3.12] apf28: fix compatible name in mach-mxs
-----------------------------------------------------------------------
Summary of changes:
...0443-armadeus-apf28-fix_mac_address_issue.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/patches/linux/3.12/0443-armadeus-apf28-fix_mac_address_issue.patch b/patches/linux/3.12/0443-armadeus-apf28-fix_mac_address_issue.patch
index 60827fc..ff93f2e 100644
--- a/patches/linux/3.12/0443-armadeus-apf28-fix_mac_address_issue.patch
+++ b/patches/linux/3.12/0443-armadeus-apf28-fix_mac_address_issue.patch
@@ -40,7 +40,7 @@ Index: linux-3.12-rc1/arch/arm/mach-mxs/mach-mxs.c
if (of_machine_is_compatible("fsl,imx28-evk"))
imx28_evk_init();
-+ if (of_machine_is_compatible("fsl,imx28-apf28"))
++ if (of_machine_is_compatible("armadeus,imx28-apf28"))
+ imx28_apf28_init();
else if (of_machine_is_compatible("bluegiga,apx4devkit"))
apx4devkit_init();
hooks/post-receive
--
armadeus
|