Changeset 12f952e5 in mainline for arch/ppc32/src/console.c


Ignore:
Timestamp:
2006-03-12T17:20:43Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a82500ce
Parents:
c102a5c8
Message:

remove all OpenFirmware bindings from ppc32 kernel code
kernel now runs in real mode (ppc32)

File:
1 edited

Legend:

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

    rc102a5c8 r12f952e5  
    2828
    2929#include <arch/console.h>
    30 #include <genarch/ofw/ofw.h>
    3130#include <console/chardev.h>
    3231#include <console/console.h>
     
    3837{
    3938        /* 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);
    4140}
Note: See TracChangeset for help on using the changeset viewer.