Changeset bd55bbb in mainline for arch/mips32/src/console.c
- Timestamp:
- 2006-05-21T20:17:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48c1ef9
- Parents:
- cf464d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/console.c
rcf464d1 rbd55bbb 32 32 #include <arch/drivers/serial.h> 33 33 #include <arch/drivers/msim.h> 34 #include <genarch/fb/fb.h>35 34 36 35 void console_init(void) … … 42 41 } else { 43 42 msim_console(); 44 #ifdef CONFIG_FB45 fb_init(0xb2000000, 640, 480, 24, 1920); // gxemul framebuffer46 #endif47 43 } 48 44 }
Note:
See TracChangeset
for help on using the changeset viewer.