summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2017-06-19 19:03:03 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-06-20 10:26:20 +0200
commitbcd944fb36c1f9e1ad12fc1871a649dec574563a (patch)
tree97b77355be8565060bf1f738388124f6f0c7e7bb
parenta195d120360c9fcddb555f61649d2b6979c460d1 (diff)
downloadenea-kernel-cache-bcd944fb36c1f9e1ad12fc1871a649dec574563a.tar.gz
Kernel: Remove XZ compression in order to increase boot speed
Removing XZ compression increases the kernel size, but reduces boot time. Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--features/reduced_kernel_footprint/reduced_kernel_footprint.scc1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/reduced_kernel_footprint/reduced_kernel_footprint.scc b/features/reduced_kernel_footprint/reduced_kernel_footprint.scc
index 46f4153..b1c7e4b 100644
--- a/features/reduced_kernel_footprint/reduced_kernel_footprint.scc
+++ b/features/reduced_kernel_footprint/reduced_kernel_footprint.scc
@@ -1,6 +1,5 @@
1# Add standard kernel configuration and XZ kernel compression 1# Add standard kernel configuration and XZ kernel compression
2include features/std_kernel/std_kernel_y.scc 2include features/std_kernel/std_kernel_y.scc
3include features/kernel_xz_compression/kernel_xz_compression_y.scc
4 3
5# Remove all unnecessary kernel feature 4# Remove all unnecessary kernel feature
6include features/accelerometers/accelerometers_n.scc 5include features/accelerometers/accelerometers_n.scc