Changeset adb2ebf8 in mainline for arch/ppc32/src/ppc32.c


Ignore:
Timestamp:
2005-12-10T16:07:08Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7f6f25
Parents:
91c78c9
Message:

Fix ppc32 and sparc64 to compile again.
Fix sparc64 to function again.

File:
1 edited

Legend:

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

    r91c78c9 radb2ebf8  
    2828
    2929#include <arch.h>
     30#include <arch/console.h>
    3031
    3132void arch_pre_mm_init(void)
    3233{
     34        ofw_ppc32_console_init();
    3335}
    3436
Note: See TracChangeset for help on using the changeset viewer.