add support for target 3c24xx (more known as Openmoko GTA02 "Freerunner") and merge...
[openwrt/openwrt.git] / target / linux / s3c24xx / patches / 0092-Do-not-send-low-level-debugging-to-the-modem.patch
1 From f1c5b25e153c0c2a335632895a85000266dd475a Mon Sep 17 00:00:00 2001
2 From: Holger Freyther <zecke@openmoko.org>
3 Date: Fri, 25 Jul 2008 23:06:02 +0100
4 Subject: [PATCH] Do not send low level debugging to the modem
5
6 Hey,
7
8 I see no reason to send LL debugging messages to the modem. This can happen if
9 we compile the Samsung SoC with PM debugging as in andy's git branch.
10
11
12
13 From 452c17990dfeb9c2eb2ffa7ded4d24ddb1bcd4b2 Mon Sep 17 00:00:00 2001
14 From: Holger Freyther <zecke@openmoko.org>
15 Date: Sun, 23 Mar 2008 00:57:28 +0100
16 Subject: [PATCH] Never ever send debug messages to the modem. The serial
17 console is
18 on UART2, send the messages for decompressing and low level debugging
19 there.
20
21 Signed-Off-by: Holger Freyther <zecke@openmoko.org>
22 ---
23 defconfig-2.6.24 | 4 ++--
24 1 files changed, 2 insertions(+), 2 deletions(-)
25
26 diff --git a/defconfig-2.6.24 b/defconfig-2.6.24
27 index e57081a..cce3737 100644
28 --- a/defconfig-2.6.24
29 +++ b/defconfig-2.6.24
30 @@ -163,7 +163,7 @@ CONFIG_CPU_LLSERIAL_S3C2440=y
31 #
32 CONFIG_S3C2410_PM_DEBUG=y
33 # CONFIG_S3C2410_PM_CHECK is not set
34 -CONFIG_S3C_LOWLEVEL_UART_PORT=0
35 +CONFIG_S3C_LOWLEVEL_UART_PORT=2
36
37 #
38 # S3C2400 Machines
39 @@ -1756,7 +1756,7 @@ CONFIG_DEBUG_ERRORS=y
40 CONFIG_DEBUG_LL=y
41 # CONFIG_DEBUG_ICEDCC is not set
42 # CONFIG_DEBUG_S3C_PORT is not set
43 -CONFIG_DEBUG_S3C_UART=0
44 +CONFIG_DEBUG_S3C_UART=2
45
46 #
47 # Security options
48 --
49 1.5.6.3
50