[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-121-g05df53c
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-01-18 00:10:27
|
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 05df53c6a4a23cce58ed41a4a29f3273baebc4f2 (commit)
from 1760bbaa5e39f3e715fd31334ce21f38fa5d2250 (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 05df53c6a4a23cce58ed41a4a29f3273baebc4f2
Author: Eric Jarrige <eri...@ar...>
Date: Fri Jan 18 01:08:34 2013 +0100
[LINUX] 2.6.35: APF28:Â disable by default DMA mode for Application UART - DMA mode may be source of extra delays with communication based on too few amount of bytes : terminal, GPS, GSM/GPRS..
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/apf28/apf28-linux-2.6.35.config | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config b/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
index b425914..c2991f1 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
+++ b/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
@@ -263,15 +263,15 @@ CONFIG_MXS_PWM_CHANNELS=8
CONFIG_MXS_AUART_DMA_SUPPORT=y
CONFIG_MXS_AUART_PORTS=5
CONFIG_MXS_AUART0_DEVICE_ENABLE=y
-CONFIG_MXS_AUART0_DMA_ENABLE=y
+# CONFIG_MXS_AUART0_DMA_ENABLE is not set
CONFIG_MXS_AUART1_DEVICE_ENABLE=y
-CONFIG_MXS_AUART1_DMA_ENABLE=y
+# CONFIG_MXS_AUART1_DMA_ENABLE is not set
CONFIG_MXS_AUART2_DEVICE_ENABLE=y
-CONFIG_MXS_AUART2_DMA_ENABLE=y
+# CONFIG_MXS_AUART2_DMA_ENABLE is not set
CONFIG_MXS_AUART3_DEVICE_ENABLE=y
-CONFIG_MXS_AUART3_DMA_ENABLE=y
+# CONFIG_MXS_AUART3_DMA_ENABLE is not set
CONFIG_MXS_AUART4_DEVICE_ENABLE=y
-CONFIG_MXS_AUART4_DMA_ENABLE=y
+# CONFIG_MXS_AUART4_DMA_ENABLE is not set
# CONFIG_MXS_RAM_FREQ_SCALING is not set
#
hooks/post-receive
--
armadeus
|