avr32: set CONFIG_CC_OPTIMIZE_FOR_SIZE=y for all defconfigs
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Wed, 1 Jun 2011 13:10:49 +0000 (15:10 +0200)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Tue, 14 Jun 2011 11:37:29 +0000 (13:37 +0200)
This patch makes sure the kconfig option CC_OPTIMIZE_FOR_SIZE is set to yes for
all default configuration files. This ensures the kernel is optimized for size,
and avoids potential relocation truncated to fit problems.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>

No differences found