Changeset 2bc137c2 in mainline for kernel/arch/mips32/src/mips32.c
- Timestamp:
- 2006-11-22T12:36:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ccb0cbc
- Parents:
- 33dc0ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
r33dc0ad r2bc137c2 54 54 #include <arch/debugger.h> 55 55 #include <genarch/fb/fb.h> 56 #include <genarch/fb/visuals.h> 56 57 #include <macros.h> 57 58 #include <ddi/device.h> … … 123 124 console_init(device_assign_devno()); 124 125 #ifdef CONFIG_FB 125 fb_init(0x12000000, 640, 480, 24, 1920, false); // gxemul framebuffer126 fb_init(0x12000000, 640, 480, 1920, VISUAL_RGB_8_8_8); // gxemul framebuffer 126 127 #endif 127 128 sysinfo_set_item_val("machine." STRING(MACHINE), NULL, 1);
Note:
See TracChangeset
for help on using the changeset viewer.