Changeset 646b996 in mainline for boot/arch/arm32/loader/print/print.c


Ignore:
Timestamp:
2009-07-30T15:58:54Z (15 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
  • boot/arch/arm32/loader/print/print.c

    r76093ae r646b996  
    4141
    4242/** Address where characters to be printed are expected. */
    43 #ifdef MACHINE_GXEMUL_TESTARM
    44 #define PUTC_ADDRESS    0x10000000
     43#ifdef MACHINE_testarm
     44        #define PUTC_ADDRESS  0x10000000
    4545#endif
    46 #ifdef MACHINE_ICP
    47 #define  PUTC_ADDRESS    0x16000000
     46
     47#ifdef MACHINE_integratorcp
     48        #define PUTC_ADDRESS  0x16000000
    4849#endif
    4950
Note: See TracChangeset for help on using the changeset viewer.