Changeset 960f8476 in mainline for boot/arch/arm32/loader/_link.ld.in
- Timestamp:
- 2008-05-30T14:22:58Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- afb1e35
- Parents:
- 136edca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/loader/_link.ld.in
r136edca r960f8476 1 OUTPUT_FORMAT("elf32-littlearm") 2 ENTRY(start) 3 4 SECTIONS { 1 5 .boot 0x0: AT (0) { 2 6 *(BOOTSTRAP); … … 16 20 . = 0x4000; 17 21 *(PT); /* page table placed at 0x4000 */ 22 [[COMPONENTS]] 23 } 24 }
Note:
See TracChangeset
for help on using the changeset viewer.