commit | a527a1453dd6dd89f07f1e5b2d24fc6559922461 | [log] [tgz] |
---|---|---|
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | Wed Jun 01 15:10:49 2011 +0200 |
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | Tue Jun 14 13:37:29 2011 +0200 |
tree | 98f5e616cf8e4abad94b5cd88e4a3b049977a180 | |
parent | 4137b31566fd112c8e2d9d4701de5e7a000bcc2d [diff] |
avr32: set CONFIG_CC_OPTIMIZE_FOR_SIZE=y for all defconfigs 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>