From: Michael Lauer Date: Sat, 19 Jun 2004 00:53:31 +0000 (+0000) Subject: fix serial console output for openzaurus-sa X-Git-Tag: Release-2010-05/1~18634 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a50759ea72999a1bdee9bbfa6a6e0a3c98b9b71;p=openembedded.git fix serial console output for openzaurus-sa BKrev: 40d38e8bGhKfdSmoayL3VEan7L5IEw --- diff --git a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe index 2e45c68068..b3b6d2390f 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -48,7 +48,7 @@ EXTRA_OEMAKE = "" # export mem = ${@oe.data.getVar("COLLIE_MEMORY_SIZE",d,1) or "32"} export rd = ${@oe.data.getVar("COLLIE_RAMDISK_SIZE",d,1) or "32"} -export CMDLINE = "console=ttySA root=/dev/mtdblock4 rootfstype=jffs2 jffs2_orphand_inodes=delete" +export CMDLINE = "console=ttyS0 root=/dev/mtdblock4 rootfstype=jffs2 jffs2_orphand_inodes=delete" do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available."