Add conveniance functions for a PIM array
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MEMORY
|
||||
{
|
||||
bootmem : ORIGIN = 0x0, LENGTH = 0x10000
|
||||
bootmem : ORIGIN = 0x0, LENGTH = 0x100000
|
||||
dram : ORIGIN = 0x80000000, LENGTH = 0x100000000
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@ SECTIONS
|
||||
.bss : { *(.bss) } > dram
|
||||
|
||||
. = ALIGN(8);
|
||||
. = . + 0x8000;
|
||||
. = . + 0x100000; # 1 MiB Stack
|
||||
LD_STACK_PTR = .;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user