Changeset bbf5657 in mainline for arch/mips32/src/console.c
- Timestamp:
- 2006-02-13T23:22:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe050b7
- Parents:
- d7d6385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/console.c
rd7d6385 rbbf5657 32 32 #include <arch/drivers/serial.h> 33 33 #include <arch/drivers/msim.h> 34 #include <fb/fb.h> 34 35 35 36 void console_init(void) … … 41 42 } else 42 43 msim_console(); 44 #ifdef CONFIG_FB 45 fb_init(0xb2000000, 640, 480); 46 #endif 43 47 }
Note:
See TracChangeset
for help on using the changeset viewer.