Changeset fcc6224 in mainline for boot/arch/arm32/include/arch.h
- Timestamp:
- 2012-03-05T21:37:27Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 161fbda
- Parents:
- d2707fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/arch.h
rd2707fc rfcc6224 42 42 #ifdef MACHINE_gta02 43 43 #define BOOT_BASE 0x30008000 44 #elif defined MACHINE_beagleboardxm 45 #define BOOT_BASE 0x80000000 44 46 #else 45 47 #define BOOT_BASE 0x00000000 … … 47 49 48 50 #define BOOT_OFFSET (BOOT_BASE + 0xa00000) 51 52 #ifdef MACHINE_beagleboardxm 53 #define PA2KA(addr) (addr) 54 #else 49 55 50 56 #ifndef __ASM__ … … 56 62 #endif 57 63 64 #endif 65 58 66 /** @} 59 67 */
Note:
See TracChangeset
for help on using the changeset viewer.