Changeset f1fc83a in mainline for boot/arch/arm32/include/main.h
- Timestamp:
- 2010-06-28T21:58:31Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c032932
- Parents:
- 6250c37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/main.h
r6250c37 rf1fc83a 42 42 /** GTA02 serial console UART register addresses. 43 43 * 44 * This is UART channel 2 of the S3C24 4x CPU44 * This is UART channel 2 of the S3C24xx CPU 45 45 */ 46 46 #define GTA02_SCONS_UTRSTAT 0x50008010 … … 48 48 49 49 /* Bits in UTXH register */ 50 #define S3C24 4X_UTXH_TX_EMPTY 0x0000000450 #define S3C24XX_UTXH_TX_EMPTY 0x00000004 51 51 52 52
Note:
See TracChangeset
for help on using the changeset viewer.