Changeset b1b723e in mainline for arch/ppc32/src/console.c


Ignore:
Timestamp:
2006-05-14T15:00:24Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68965ec5
Parents:
749122b
Message:

split framebuffer initialization and sysinfo registration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/console.c

    r749122b rb1b723e  
    4040        fb_init(0xf0000000 + (bootinfo.screen.addr & ((__address) ~0 >> 15)), bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline);
    4141}
     42
     43
     44void ppc32_console_register(void)
     45{
     46        fb_register();
     47}
Note: See TracChangeset for help on using the changeset viewer.