Changeset bd55bbb in mainline for arch/mips32/src/mips32.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/mips32.c
rcf464d1 rbd55bbb 46 46 #include <console/chardev.h> 47 47 #include <arch/debugger.h> 48 #include <genarch/fb/fb.h> 48 49 49 50 #include <arch/asm/regname.h> … … 112 113 void arch_post_mm_init(void) 113 114 { 115 #ifdef CONFIG_FB 116 fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer 117 #endif 114 118 } 115 119
Note:
See TracChangeset
for help on using the changeset viewer.