added section for custom user configuration used in right/src/config_parser/config_state.c

This commit is contained in:
Erich Styger
2017-08-08 13:49:10 +02:00
parent 29fabe5b2e
commit 0f2c7d53c9

View File

@@ -214,7 +214,14 @@ SECTIONS
__bss_end__ = .;
__END_BSS = .;
} > m_data
.m_data_2 :
{
. = ALIGN(4);
*(.m_data_2) /* This is an User defined section */
. = ALIGN(4);
} > m_data_2
.heap :
{
. = ALIGN(8);