Changeset d0688a3 in mainline for kernel/arch/ppc32/src/ppc32.c
- Timestamp:
- 2009-03-13T10:08:39Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- afdce6eb
- Parents:
- 449d4ecc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/ppc32.c
r449d4ecc rd0688a3 80 80 { 81 81 if (config.cpu_active == 1) { 82 83 #ifdef CONFIG_FB 82 84 /* Initialize framebuffer */ 83 85 if (bootinfo.screen.addr) { … … 110 112 fb_init(&prop); 111 113 } 114 #endif 112 115 113 116 /* Initialize IRQ routing */ … … 160 163 void arch_grab_console(void) 161 164 { 165 #ifdef CONFIG_FB 162 166 fb_redraw(); 167 #endif 163 168 } 164 169
Note:
See TracChangeset
for help on using the changeset viewer.