Changeset 06e6805 in mainline for arch/ppc32/src/console.c
- Timestamp:
- 2006-03-14T11:08:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4bb4836d
- Parents:
- d1f8a87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/console.c
rd1f8a87 r06e6805 37 37 { 38 38 /* TODO: PCI detection etc. etc. - this is fine in PearPC for now */ 39 fb_init(0x 84000000, 800, 600, 4);39 fb_init(0xf0000000, 800, 600, 4); 40 40 }
Note:
See TracChangeset
for help on using the changeset viewer.