Rev 987 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 987 | Rev 1162 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | #define __ASM__ |
12 | #define __ASM__ |
13 | #include <arch/boot/boot.h> |
13 | #include <arch/boot/boot.h> |
14 | #include <arch/mm/page.h> |
14 | #include <arch/mm/page.h> |
15 | 15 | ||
16 | ENTRY(kernel_image_start) |
16 | ENTRY(kernel_image_start) |
- | 17 | OUTPUT_ARCH("powerpc:common") |
|
17 | 18 | ||
18 | SECTIONS { |
19 | SECTIONS { |
19 | .unmapped 0: AT (0) { |
20 | .unmapped 0: AT (0) { |
20 | unmapped_ktext_start = .; |
21 | unmapped_ktext_start = .; |
21 | *(K_UNMAPPED_TEXT_START); |
22 | *(K_UNMAPPED_TEXT_START); |