Le Sun, 15 Jun 2008 03:29:43 +0200,
Holger Freyther <[EMAIL PROTECTED]> a écrit :

> On Saturday 14 June 2008 22:59:57 Frederic Leroy wrote:
> 
> > I had my kernel not booting on gta01, with asu.dev
> > I reverted 55b50918521a0183492fb55ee7ecd273dd5f6715 and it boots
> > now.
> 
> 
> Okay, could I talk you into updating defconfig-2.6.24 so that it is
> working for gta01? We can test that on the GTA02 then.
> 
> z.

Here is a patch for linux defconfig-2.6.24 which makes gta01 boots.
It changes CONFIG_S3C_LOWLEVEL_UART_PORT and CONFIG_DEBUG_S3C_UART from
2 to 0, and shut up nand driver (CONFIG_MTD_NAND_S3C2410_DEBUG) to get
rid of these annoying "s3c2410_nand_correct_data [..]" messages.

-- 
Frédéric Leroy
diff -Nru a/defconfig-2.6.24 b/defconfig-2.6.24
--- a/defconfig-2.6.24	2008-06-15 19:24:36.000000000 +0200
+++ b/defconfig-2.6.24	2008-06-15 19:24:56.000000000 +0200
@@ -163,7 +163,7 @@
 #
 # CONFIG_S3C2410_PM_DEBUG is not set
 # CONFIG_S3C2410_PM_CHECK is not set
-CONFIG_S3C_LOWLEVEL_UART_PORT=2
+CONFIG_S3C_LOWLEVEL_UART_PORT=0
 
 #
 # S3C2400 Machines
@@ -726,7 +726,7 @@
 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
 CONFIG_MTD_NAND_IDS=y
 CONFIG_MTD_NAND_S3C2410=y
-CONFIG_MTD_NAND_S3C2410_DEBUG=y
+# CONFIG_MTD_NAND_S3C2410_DEBUG is not set
 CONFIG_MTD_NAND_S3C2410_HWECC=y
 # CONFIG_MTD_NAND_S3C2410_CLKSTOP is not set
 # CONFIG_MTD_NAND_DISKONCHIP is not set
@@ -1757,7 +1757,7 @@
 # CONFIG_DEBUG_LL is not set
 # CONFIG_DEBUG_ICEDCC is not set
 # CONFIG_DEBUG_S3C_PORT is not set
-CONFIG_DEBUG_S3C_UART=2
+CONFIG_DEBUG_S3C_UART=0
 
 #
 # Security options

Reply via email to