<br><br><div class="gmail_quote">2010/1/21 SHAN Gavin <span dir="ltr"><<a href="mailto:Gavin.Shan@alcatel-lucent.com">Gavin.Shan@alcatel-lucent.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<div>

<br>

<p><font size="2"><div><div></div><div class="h5"><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></div></div>
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>

</div>
</blockquote></div>I assigned 1 to "static int early_console_initialized". The driver did not register early debug console.<br>It`s worked.<br><br>Thank you!<br><br>Regards<br>jing wenlin<br>