mirror of https://github.com/thesofproject/sof.git
rom: sue: remove log PHDR and fix entry point
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
cadfc6aca2
commit
27c09a9493
|
@ -110,12 +110,8 @@ PHDRS
|
||||||
vector_double_text_phdr PT_LOAD;
|
vector_double_text_phdr PT_LOAD;
|
||||||
sof_text_phdr PT_LOAD;
|
sof_text_phdr PT_LOAD;
|
||||||
sof_stack_phdr PT_LOAD;
|
sof_stack_phdr PT_LOAD;
|
||||||
|
|
||||||
static_log_entries_phdr PT_NOTE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Default entry point: */
|
|
||||||
ENTRY(_MainEntry)
|
|
||||||
_rom_store_table = 0;
|
_rom_store_table = 0;
|
||||||
|
|
||||||
/* ABI0 does not use Window base */
|
/* ABI0 does not use Window base */
|
||||||
|
|
Loading…
Reference in New Issue