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:
Daniel Leung 2020-11-30 11:36:33 -08:00 committed by Ioannis Glaropoulos
commit c8d7dcc897

View file

@ -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")));