samples: remove SECTION_GARBAGE_COLLECTION
By default, the kconfig option SECTION_GARBAGE_COLLECTION is already enabled. Removing this option from the project configuration files does not change the resulting images. Change-Id: I0f3329aa15a341c2c1082f75162b2b3e12447a26 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
c8c5ae8f7f
commit
9dec8d068c
|
@ -37,4 +37,3 @@ CONFIG_NUM_GDT_SPARE_ENTRIES=0
|
|||
# Compilation & Linkage Options
|
||||
#
|
||||
CONFIG_COMPILER_OPT="-O2"
|
||||
CONFIG_SECTION_GARBAGE_COLLECTION=y
|
||||
|
|
|
@ -51,4 +51,3 @@ CONFIG_NUM_GDT_SPARE_ENTRIES=0
|
|||
# Compilation & Linkage Options
|
||||
#
|
||||
CONFIG_COMPILER_OPT="-Os"
|
||||
CONFIG_SECTION_GARBAGE_COLLECTION=y
|
||||
|
|
|
@ -59,4 +59,3 @@ CONFIG_NUM_GDT_SPARE_ENTRIES=0
|
|||
# Compilation & Linkage Options
|
||||
#
|
||||
CONFIG_COMPILER_OPT="-Os"
|
||||
CONFIG_SECTION_GARBAGE_COLLECTION=y
|
||||
|
|
|
@ -36,4 +36,3 @@ CONFIG_NUM_GDT_SPARE_ENTRIES=0
|
|||
# Compilation & Linkage Options
|
||||
#
|
||||
CONFIG_COMPILER_OPT="-O2"
|
||||
CONFIG_SECTION_GARBAGE_COLLECTION=y
|
||||
|
|
|
@ -51,4 +51,3 @@ CONFIG_NUM_GDT_SPARE_ENTRIES=0
|
|||
# Compilation & Linkage Options
|
||||
#
|
||||
CONFIG_COMPILER_OPT="-Os"
|
||||
CONFIG_SECTION_GARBAGE_COLLECTION=y
|
||||
|
|
|
@ -49,4 +49,3 @@ CONFIG_NUM_GDT_SPARE_ENTRIES=0
|
|||
# Compilation & Linkage Options
|
||||
#
|
||||
CONFIG_COMPILER_OPT="-Os"
|
||||
CONFIG_SECTION_GARBAGE_COLLECTION=y
|
||||
|
|
Loading…
Reference in a new issue