Rev 1787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1787 | Rev 2089 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | * kernel text |
7 | * kernel text |
8 | * kernel data |
8 | * kernel data |
9 | * |
9 | * |
10 | */ |
10 | */ |
11 | 11 | ||
12 | #define __ASM__ |
- | |
13 | #include <arch/boot/boot.h> |
12 | #include <arch/boot/boot.h> |
14 | #include <arch/mm/page.h> |
13 | #include <arch/mm/page.h> |
15 | 14 | ||
16 | ENTRY(kernel_image_start) |
15 | ENTRY(kernel_image_start) |
17 | OUTPUT_FORMAT("elf32-powerpc") |
16 | OUTPUT_FORMAT("elf32-powerpc") |