From: Antonio Ospite Date: Mon, 21 May 2007 12:33:29 +0000 (+0000) Subject: linux-exx 2.6.21: For now the code for serial console is disabled in compress.c X-Git-Tag: Release-2010-05/1~8868^2~412 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c82103fbd106e82c26c1c6bb4d9afc05a410be;p=openembedded.git linux-exx 2.6.21: For now the code for serial console is disabled in compress.c --- 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"