<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: How to trun off udbg0 during bootup?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2><BR>
Hi,<BR>
<BR>
 I `m working on a freescale-MPC8379eRDB like board.And I want to trun off<BR>
kernel message during bootup.<BR>
<BR>
 I tried to  modify "console = XXX" argument in uboot but it did not work(It<BR>
works on ARM). Kernel always print:<BR>
<BR>
"console [udbg0] enabled"    or   "console handover: boot [*udbg0*] -> real<BR>
[ttyS1]"<BR>
<BR>
Does anybody know how can I turn off this udbg0?<BR>
<BR>
You may check arch/powerpc/kernel/udbg.c and disable registering the early<BR>
debug console driver. Then you can not see the output before the message<BR>
line like "-> real [ttyS1]"<BR>
<BR>
Good luck,<BR>
Gavin<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>