Changeset b4fa652 in mainline for kernel/arch/ppc32/src
- Timestamp:
- 2006-08-04T08:21:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b006a2c8
- Parents:
- d7e3fa66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/ppc32.c
rd7e3fa66 rb4fa652 71 71 { 72 72 if (config.cpu_active == 1) { 73 fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline );73 fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline, false); 74 74 75 75 /* Initialize PIC */
Note:
See TracChangeset
for help on using the changeset viewer.