summaryrefslogtreecommitdiffstats
path: root/configs/bsp.ref
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-01-14 17:35:26 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-01-14 17:35:26 +0100
commit6d58f69c67b6bf487cda4312e1d8b2a4525e5217 (patch)
tree59dec0983dd6dc9173aa596921324c0072151af9 /configs/bsp.ref
parent3200af2276426f5f9787f975b8dc27969b6a3d36 (diff)
downloadDistroKit-6d58f69c67b6bf487cda4312e1d8b2a4525e5217.tar.gz
DistroKit-6d58f69c67b6bf487cda4312e1d8b2a4525e5217.tar.xz
reason: remove disabled OPTIMIZE_INLINING check
reason does now properly handle this check, so remove the local hack. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/bsp.ref')
-rw-r--r--configs/bsp.ref19
1 files changed, 0 insertions, 19 deletions
diff --git a/configs/bsp.ref b/configs/bsp.ref
index d763863..e8e551c 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -1,21 +1,2 @@
includes:
- file: ptxdist.ref
-
-kernel_optimize_inlining:
- history:
- kernel_config_arm.ref:
- description: |
- Kernel 5.2+ has an option which allows the compiler to ignore the inline
- keyword and only use the compiler heuristics to decide which functions to
- inline. This may yield smaller and faster kernel binaries, but at least
- with kernel 5.2 and OSELAS.Toolchain 2018.12.0 it also leads to non-working
- kernel binaries in some cases. Disable this option until the failure is
- understood and fixed.
- See
- https://lkml.kernel.org/r/20190830034304.24259-1-yamada.masahiro@socionext.com
- for a discussion of this issue.
- Since 5.4 the option cannot be configured any more, disable for
- now.
- analyzer: kconfig.KernelConfig()['OPTIMIZE_INLINING']
- value: True
- value: False