12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
OUTPUT_FORMAT("elf32-shl", "elf32-shl", "elf32-shl")
|
|
MEMORY
|
|
{
|
|
p1ram : ORIGIN = 0xac080000, LENGTH = 0xfe0000
|
|
p2ram : ORIGIN = 0xac080000, LENGTH = 0xfe0000
|
|
}
|
|
__stack_reservation = 0x1000;
|
|
|
|
INCLUDE "common.lds"
|
|
|
|
__stack_end = ORIGIN(p1ram) + LENGTH(p1ram) - 0x4000;
|