From 99c82103fbd106e82c26c1c6bb4d9afc05a410be Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 21 May 2007 12:33:29 +0000 Subject: [PATCH] linux-exx 2.6.21: For now the code for serial console is disabled in compress.c --- packages/linux/linux-ezx_2.6.21.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb index 15f5771415..80c0122504 100644 --- a/packages/linux/linux-ezx_2.6.21.bb +++ b/packages/linux/linux-ezx_2.6.21.bb @@ -63,7 +63,10 @@ ALLOW_EMPTY = "1" COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE = '(a780|e680)' -CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd" +# For now the code for serial console is disabled in compress.c +#CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd" +CMDLINE_CON = "console=tty1 noinitrd" + CMDLINE_ROOT = "root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=5" # uncomment if you want to boot over NFS #CMDLINE_ROOT = "root=/dev/nfs nfsroot=192.168.1.10:/export/opie-image rootdelay=5 3" -- 2.39.5