Currently coverage is enabled only in platforms which dont have multiple memory regions. This sample was designed to emulate different memory regions. This in conjunction with gcov which might instrument data in different memory regions will not work as expected. Therefore disabling gcov for this sample. Fixes: GH-15107 Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
CONFIG_CODE_DATA_RELOCATION=y
|
|
CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y
|
|
CONFIG_CUSTOM_LINKER_SCRIPT="linker_arm_sram2.ld"
|
|
CONFIG_CUSTOM_SECTIONS_LD=y
|
|
CONFIG_COVERAGE=n
|