Define pim_config region and add some m5ops
This commit is contained in:
@@ -8,6 +8,8 @@ ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
.init : { *(.init) } > bootmem
|
||||
.pim_config : { KEEP(*(.pim_config)) } > dram
|
||||
# . = . + 0x4000;
|
||||
.text : { KEEP(*(.text)) } > dram
|
||||
.data : { *(.data) } > dram
|
||||
.rodata : { *(.rodata) } > dram
|
||||
|
||||
Reference in New Issue
Block a user