Add case that David missed about setting RB_SERIAL.

This commit is contained in:
mjacob 2000-07-18 16:25:14 +00:00
parent d675aadfd7
commit 526d04f70d

View File

@ -83,5 +83,6 @@ dec_kn8ae_init(int cputype)
static void
dec_kn8ae_cons_init(void)
{
boothowto |= RB_SERIAL;
zs_cnattach(TLSB_GBUS_BASE, GBUS_DUART0_OFFSET);
}