Changeset 12f952e5 in mainline for arch/ppc32/src/console.c
- Timestamp:
- 2006-03-12T17:20:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a82500ce
- Parents:
- c102a5c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/console.c
rc102a5c8 r12f952e5 28 28 29 29 #include <arch/console.h> 30 #include <genarch/ofw/ofw.h>31 30 #include <console/chardev.h> 32 31 #include <console/console.h> … … 38 37 { 39 38 /* TODO: PCI detection etc. etc. - this is fine in PearPC for now */ 40 fb_init(0x84000000, 800,600,4);39 fb_init(0x84000000, 800, 600, 4); 41 40 }
Note:
See TracChangeset
for help on using the changeset viewer.