Add case that David missed about setting RB_SERIAL.

This commit is contained in:
Matt Jacob 2000-07-18 16:25:14 +00:00
parent 37cc56f575
commit 116da9daa7

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);
}