Changeset 7c866dc in mainline for boot/arch/arm32/include/main.h


Ignore:
Timestamp:
2010-06-21T21:02:27Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
928d983
Parents:
66fcba2
Message:

Add mostly dummy (but buildable) arm32/gta02 target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/include/main.h

    r66fcba2 r7c866dc  
    3838
    3939/** Address where characters to be printed are expected. */
     40
     41#ifdef MACHINE_gta02
     42        /* FIXME: Need real S3C244x UART driver. */
     43        #define VIDEORAM_ADDRESS  0x50008020
     44#endif
     45
    4046#ifdef MACHINE_testarm
    4147        #define VIDEORAM_ADDRESS  0x10000000
Note: See TracChangeset for help on using the changeset viewer.