Rev 846 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 846 | Rev 847 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #ifndef __sparc64_BOOT_H__ |
29 | #ifndef __sparc64_BOOT_H__ |
| 30 | #define __sparc64_BOOT_H__ |
30 | #define __sparc64_BOOT_H__ |
| 31 | 31 | ||
| 32 | #define BOOT_OFFSET 0x4000 |
- | |
| 33 | #define VMA 0x400000 |
32 | #define VMA 0x400000 |
| 34 | #define LMA BOOT_OFFSET |
33 | #define LMA 0x4000 |
| 35 | 34 | ||
| 36 | #endif |
35 | #endif |