[oe-commits] org.oe.dev linux-exx 2.6.21: For now the code for serial console is disabled in compress.c

ospite commit openembedded-commits at lists.openembedded.org
Mon May 21 12:36:47 UTC 2007


linux-exx 2.6.21: For now the code for serial console is disabled in compress.c

Author: ospite at studenti.unina.it
Branch: org.openembedded.dev
Revision: 7b9f832650d7e9b203ac05bd467baf82f7ee3e23
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7b9f832650d7e9b203ac05bd467baf82f7ee3e23
Files:
1
packages/linux/linux-ezx_2.6.21.bb
Diffs:

#
# mt diff -r9f8dec37506722f0949550fe1cb9c966bcac3ffc -r7b9f832650d7e9b203ac05bd467baf82f7ee3e23
#
# 
# 
# patch "packages/linux/linux-ezx_2.6.21.bb"
#  from [a0165eda03a84d4b929cebccbb94574bb7b38c28]
#    to [9f894c27c8f97b8394f1ae82e158e7573dd396b5]
# 
============================================================
--- packages/linux/linux-ezx_2.6.21.bb	a0165eda03a84d4b929cebccbb94574bb7b38c28
+++ packages/linux/linux-ezx_2.6.21.bb	9f894c27c8f97b8394f1ae82e158e7573dd396b5
@@ -63,7 +63,10 @@ COMPATIBLE_MACHINE = '(a780|e680)'
 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"






More information about the Openembedded-commits mailing list