Changeset 1515522 in mainline for kernel/arch/mips32/src/mips32.c
- Timestamp:
- 2009-03-07T20:21:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1c6b3a2
- Parents:
- 901cda3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
r901cda3 r1515522 57 57 #include <config.h> 58 58 #include <string.h> 59 #include <arch/drivers/msim.h> 59 60 60 61 #include <arch/asm/regname.h> … … 133 134 { 134 135 interrupt_init(); 135 console_init(device_assign_devno());136 msim_console(device_assign_devno()); 136 137 #ifdef CONFIG_FB 137 138 /* GXemul framebuffer */
Note:
See TracChangeset
for help on using the changeset viewer.