Changeset 646b996 in mainline for boot/arch/arm32/loader/print/print.c
- Timestamp:
- 2009-07-30T15:58:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30885b9
- Parents:
- 76093ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/loader/print/print.c
r76093ae r646b996 41 41 42 42 /** Address where characters to be printed are expected. */ 43 #ifdef MACHINE_ GXEMUL_TESTARM44 #define PUTC_ADDRESS0x1000000043 #ifdef MACHINE_testarm 44 #define PUTC_ADDRESS 0x10000000 45 45 #endif 46 #ifdef MACHINE_ICP 47 #define PUTC_ADDRESS 0x16000000 46 47 #ifdef MACHINE_integratorcp 48 #define PUTC_ADDRESS 0x16000000 48 49 #endif 49 50
Note:
See TracChangeset
for help on using the changeset viewer.