Changeset b4fa652 in mainline for kernel/arch/ppc64/src/ppc64.c
- Timestamp:
- 2006-08-04T08:21:30Z (18 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/ppc64/src/ppc64.c
rd7e3fa66 rb4fa652 27 27 */ 28 28 29 29 /** @addtogroup ppc64 30 30 * @{ 31 31 */ … … 69 69 { 70 70 if (config.cpu_active == 1) { 71 fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline );71 fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline, false); 72 72 73 73 /* Merge all zones to 1 big zone */ … … 111 111 } 112 112 113 113 /** @} 114 114 */ 115
Note:
See TracChangeset
for help on using the changeset viewer.