linker: rename the section for emulators
The linker section for emulators (emulation drivers) is incorrectly named "log_const_sections" possibly due to simply copy-and-paste error. This section has nothing to do with logging, so rename the emulators section. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
a953ac8307
commit
c8d7dcc897
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(CONFIG_EMUL)
|
||||
SECTION_DATA_PROLOGUE(log_const_sections,,)
|
||||
SECTION_DATA_PROLOGUE(emulators_section,,)
|
||||
{
|
||||
__emul_list_start = .;
|
||||
KEEP(*(SORT_BY_NAME(".emulators")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue