Changeset 1515522 in mainline for kernel/arch/mips32/src/mips32.c


Ignore:
Timestamp:
2009-03-07T20:21:15Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1c6b3a2
Parents:
901cda3
Message:

Nuke the mips32-specific ns16550 driver.
Remove the conflicting console_init() too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mips32.c

    r901cda3 r1515522  
    5757#include <config.h>
    5858#include <string.h>
     59#include <arch/drivers/msim.h>
    5960
    6061#include <arch/asm/regname.h>
     
    133134{
    134135        interrupt_init();
    135         console_init(device_assign_devno());
     136        msim_console(device_assign_devno());
    136137#ifdef CONFIG_FB
    137138        /* GXemul framebuffer */
Note: See TracChangeset for help on using the changeset viewer.