[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-171-g901aaf7
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2011-06-10 23:02:17
|
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 901aaf792c8e42e8d9cd2cc0b61d32c5a896a9e5 (commit)
from 7aa47bbb81ee77c992a8b55b33299fcbb9543689 (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 901aaf792c8e42e8d9cd2cc0b61d32c5a896a9e5
Author: jorasse <jo...@ar...>
Date: Sat Jun 11 01:05:00 2011 +0200
[LINUX] apf51: Backup and fix mxc ohci compilation issue
-----------------------------------------------------------------------
Summary of changes:
...xc-ehci-factor_out_soc_specific_functions.patch | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/434-pengutronix-mxc-ehci-factor_out_soc_specific_functions.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/434-pengutronix-mxc-ehci-factor_out_soc_specific_functions.patch
index cd04879..abea113 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/434-pengutronix-mxc-ehci-factor_out_soc_specific_functions.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/434-pengutronix-mxc-ehci-factor_out_soc_specific_functions.patch
@@ -402,8 +402,8 @@ index 0d43be9..dc27288 100644
#
# Object file lists.
--obj-y := cpu.o mm.o clock-mx51-mx53.o devices.o system.o
-+obj-y := cpu.o mm.o clock-mx51-mx53.o devices.o system.o ehci.o
+-obj-y := cpu.o mm.o clock-mx51-mx53.o devices.o
++obj-y := cpu.o mm.o clock-mx51-mx53.o devices.o ehci.o
obj-$(CONFIG_SOC_IMX50) += mm-mx50.o
obj-$(CONFIG_CPU_FREQ_IMX) += cpu_op-mx51.o
hooks/post-receive
--
armadeus
|