Changeset a2c4445 in mainline for arch/mips32/src/console.c
- Timestamp:
- 2006-03-25T22:48:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc27ae48
- Parents:
- c715e9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/console.c
rc715e9b ra2c4445 43 43 msim_console(); 44 44 #ifdef CONFIG_FB 45 fb_init(0xb2000000, 640, 480, 3); // gxemul framebuffer45 fb_init(0xb2000000, 640, 480, 24, 1920); // gxemul framebuffer 46 46 #endif 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.