diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-09 15:59:41 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-15 19:20:56 +0200 |
commit | b03826d8aaa659e2581dcff3f96280a8b4683422 (patch) | |
tree | d40e8591992ca1b17fd6cd7f4cc2a69eca58fa9d /target/linux/mxs/config-4.4 | |
parent | 21f44e338976f54812a8f917e6648d8167a26936 (diff) | |
download | upstream-b03826d8aaa659e2581dcff3f96280a8b4683422.tar.gz upstream-b03826d8aaa659e2581dcff3f96280a8b4683422.tar.bz2 upstream-b03826d8aaa659e2581dcff3f96280a8b4683422.zip |
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 <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mxs/config-4.4')
-rw-r--r-- | target/linux/mxs/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mxs/config-4.4 b/target/linux/mxs/config-4.4 index 6723f05d31..89db4c9e08 100644 --- a/target/linux/mxs/config-4.4 +++ b/target/linux/mxs/config-4.4 @@ -42,6 +42,7 @@ CONFIG_ARM_THUMB=y CONFIG_ATAGS=y CONFIG_AUTO_ZRELADDR=y # CONFIG_CACHE_L2X0 is not set +# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CLKDEV_LOOKUP=y CONFIG_CLKSRC_MMIO=y |