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


Ignore:
Timestamp:
2010-06-28T21:58:31Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c032932
Parents:
6250c37
Message:

Add s3c24xx_uart driver to kernel for serial console output.

File:
1 edited

Legend:

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

    r6250c37 rf1fc83a  
    4242/** GTA02 serial console UART register addresses.
    4343 *
    44  * This is UART channel 2 of the S3C244x CPU
     44 * This is UART channel 2 of the S3C24xx CPU
    4545 */
    4646#define GTA02_SCONS_UTRSTAT     0x50008010
     
    4848
    4949/* Bits in UTXH register */
    50 #define S3C244X_UTXH_TX_EMPTY   0x00000004
     50#define S3C24XX_UTXH_TX_EMPTY   0x00000004
    5151
    5252
Note: See TracChangeset for help on using the changeset viewer.