Changeset 45d6add in mainline for arch/ppc32/_link.ld.in
- Timestamp:
- 2006-03-13T19:58:52Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25d7709
- Parents:
- 6d9c49a
- File:
-
- 1 edited
-
arch/ppc32/_link.ld.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/_link.ld.in
r6d9c49a r45d6add 8 8 9 9 #define __ASM__ 10 #include <arch/boot/boot.h> 11 #include <arch/mm/page.h> 10 12 11 13 ENTRY(kernel_image_start) 12 14 13 15 SECTIONS { 14 .image 0x400000: AT (0x400000) {16 .image PA2KA(BOOT_OFFSET): AT (0) { 15 17 ktext_start = .; 16 18 *(K_TEXT_START) … … 31 33 LONG(kdata_end - kdata_start); 32 34 hardcoded_load_address = .; 33 LONG( 0x400000);35 LONG(PA2KA(BOOT_OFFSET)); 34 36 *(.bss); /* uninitialized static variables */ 35 37 *(COMMON); /* global variables */
Note:
See TracChangeset
for help on using the changeset viewer.
