Rev 972 | Rev 1067 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 972 | Rev 990 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __ppc32_BOOT_H__ |
29 | #ifndef __ppc32_BOOT_H__ |
30 | #define __ppc32_BOOT_H__ |
30 | #define __ppc32_BOOT_H__ |
31 | 31 | ||
32 | #define BOOT_OFFSET 0x2000 |
32 | #define BOOT_OFFSET 0x2000 |
33 | 33 | ||
- | 34 | /* Temporary stack size for boot process */ |
|
- | 35 | #define TEMP_STACK_SIZE 0x100 |
|
- | 36 | ||
34 | #endif |
37 | #endif |