Changeset 06e6805 in mainline for arch/ppc32/src/console.c


Ignore:
Timestamp:
2006-03-14T11:08:44Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bb4836d
Parents:
d1f8a87
Message:

ppc32: get memory map from loader

File:
1 edited

Legend:

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

    rd1f8a87 r06e6805  
    3737{
    3838        /* TODO: PCI detection etc. etc. - this is fine in PearPC for now */
    39         fb_init(0x84000000, 800, 600, 4);
     39        fb_init(0xf0000000, 800, 600, 4);
    4040}
Note: See TracChangeset for help on using the changeset viewer.