Rev 2071 | Rev 2454 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2125 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | ## Toolchain configuration |
29 | ## Toolchain configuration |
| 30 | # |
30 | # |
| 31 | 31 | ||
| 32 | BFD_ARCH = mips |
32 | BFD_ARCH = mips |
| 33 | TARGET = mipsel-linux-gnu |
33 | TARGET = mipsel-linux-gnu |
| 34 | TOOLCHAIN_DIR = /usr/local/mipsel/bin |
34 | TOOLCHAIN_DIR = /usr/local/mipsel |
| 35 | 35 | ||
| 36 | KERNEL_LOAD_ADDRESS = 0x80100000 |
36 | KERNEL_LOAD_ADDRESS = 0x80100000 |
| 37 | INIT_ADDRESS = 0x81000000 |
37 | INIT_ADDRESS = 0x81000000 |
| 38 | INIT_SIZE = 262144 |
38 | INIT_SIZE = 262144 |
| 39 | 39 | ||