From b03826d8aaa659e2581dcff3f96280a8b4683422 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 9 Jun 2018 15:59:41 +0200 Subject: kernel: bump kernel 4.4 to version 4.4.137 The new option CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE was added, in this commit: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.4.y&id=ffe4bf3eb3cfa10f9ef295c08c21f4fe3bb07e21 Handle it by setting it to the opposite value CONFIG_CC_OPTIMIZE_FOR_SIZE is set to. Tested on lantiq Signed-off-by: Hauke Mehrtens --- target/linux/arm64/config-4.4 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/arm64') diff --git a/target/linux/arm64/config-4.4 b/target/linux/arm64/config-4.4 index 53793ef..9ba8eed 100644 --- a/target/linux/arm64/config-4.4 +++ b/target/linux/arm64/config-4.4 @@ -85,6 +85,7 @@ CONFIG_BUILD_BIN2C=y # CONFIG_CAVIUM_ERRATUM_23144 is not set # CONFIG_CAVIUM_ERRATUM_23154 is not set # CONFIG_CAVIUM_ERRATUM_27456 is not set +# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CLKDEV_LOOKUP=y CONFIG_CLKSRC_ACPI=y -- cgit v1.1