Changeset f6f22cdb in mainline for boot/arch/sparc32/include/main.h


Ignore:
Timestamp:
2013-12-27T18:45:56Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32e8cd1
Parents:
e47ed05
Message:

code revision
coding style changes

File:
1 edited

Legend:

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

    re47ed05 rf6f22cdb  
    3535
    3636#ifndef BOOT_sparc32_MAIN_H
    37 #define BOOT_sparc2_MAIN_H
     37#define BOOT_sparc32_MAIN_H
    3838
    3939/** Address where characters to be printed are expected. */
    40 #define APBUART_SCONS_THR       0x80000100
    41 #define APBUART_SCONS_THR_MMU   0xb0000100
     40#define APBUART_SCONS_THR      0x80000100
     41#define APBUART_SCONS_THR_MMU  0xb0000100
    4242
    4343extern void bootstrap(void);
Note: See TracChangeset for help on using the changeset viewer.