Rev 3910 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3910 | Rev 3913 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | */ |
7 | */ |
| 8 | 8 | ||
| 9 | #undef mips |
9 | #undef mips |
| 10 | #define mips mips |
10 | #define mips mips |
| 11 | 11 | ||
| - | 12 | #define KERNEL_LOAD_ADDRESS 0x80100000 |
|
| - | 13 | ||
| 12 | OUTPUT_ARCH(mips) |
14 | OUTPUT_ARCH(mips) |
| 13 | ENTRY(kernel_image_start) |
15 | ENTRY(kernel_image_start) |
| 14 | 16 | ||
| 15 | SECTIONS { |
17 | SECTIONS { |
| 16 | . = KERNEL_LOAD_ADDRESS; |
18 | . = KERNEL_LOAD_ADDRESS; |