kernel: only optimized for size if small_flash
authorMathias Kresin <dev@kresin.me>
Mon, 9 Jul 2018 18:48:56 +0000 (20:48 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:32:20 +0000 (17:32 +0100)
commit8ada2bc12434d33e121a036374546c0086175967
tree7425a5bea47dfbd3e2d0f497c82b50fa14b8e1a8
parent0a2a2d43b7d8cef4218bdbfa34b867dbcd677083
kernel: only optimized for size if small_flash

Add a new config option to allow to select the default compile
optimization level for the kernel.

Select the optimization for size by default if the small_flash feature is
set. Otherwise "Optimize for performance" is set.

Add the small_flash feature flag to all (sub)targets which had the
optimization for size in their default kernel config.

Remove CC_OPTIMIZE_FOR_* symbols from all kernel configs to apply the new
setting.

Exceptions to the above are:

  - lantiq, where the optimization for size is only required for the
    xway_legacy subtarget but was set for the whole target
  - mediatek, ramips/mt7620 & ramips/mt76x8 where boards should have
    plenty of space and an optimization for size doesn't make much sense
  - rb532, which has 128MByte flash

Signed-off-by: Mathias Kresin <dev@kresin.me>
(backported from cf7154db07c0b8746be290c9e11dcab3c91d237e)
19 files changed:
config/Config-kernel.in
target/linux/apm821xx/config-4.14
target/linux/at91/config-4.9
target/linux/ath25/config-4.14
target/linux/generic/config-4.14
target/linux/generic/config-4.9
target/linux/lantiq/config-4.14
target/linux/layerscape/armv8_32b/config-4.9
target/linux/layerscape/armv8_64b/config-4.9
target/linux/mediatek/mt7622/config-4.14
target/linux/ramips/mt7620/config-4.14
target/linux/ramips/mt76x8/config-4.14
target/linux/ramips/rt288x/config-4.14
target/linux/ramips/rt288x/target.mk
target/linux/ramips/rt305x/config-4.14
target/linux/ramips/rt305x/target.mk
target/linux/ramips/rt3883/config-4.14
target/linux/ramips/rt3883/target.mk
target/linux/rb532/config-4.9