Changeset 646b996 in mainline for kernel/arch/arm32/src/arm32.c


Ignore:
Timestamp:
2009-07-30T15:58:54Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30885b9
Parents:
76093ae
Message:

cleanup some of the dirty hacks introduced into the arm32 port
add default configurations for the two supported arm32 variants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/arm32.c

    r76093ae r646b996  
    4141#include <console/console.h>
    4242#include <ddi/irq.h>
    43 #include <arch/machine.h>
    4443#include <print.h>
    4544#include <config.h>
     
    5049#include <string.h>
    5150
     51#ifdef MACHINE_testarm
     52        #include <arch/mach/testarm/testarm.h>
     53#endif
     54
     55#ifdef MACHINE_integratorcp
     56        #include <arch/mach/integratorcp/integratorcp.h>
     57#endif
     58
     59
    5260/** Performs arm32-specific initialization before main_bsp() is called. */
    5361void arch_pre_main(void *entry __attribute__((unused)), bootinfo_t *bootinfo)
Note: See TracChangeset for help on using the changeset viewer.