aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/995-mangle_bootargs.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-04 20:32:51 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-07-04 20:32:51 +0200
commit979069b75b9b1ae74c2a538add63a7439e2eb797 (patch)
treeb7582a062600cc2a5b3d14685d3f964150827376 /target/linux/generic/patches-4.4/995-mangle_bootargs.patch
parent1394bc75acad5b20024fcad7a70e529905b1559b (diff)
downloadmaster-187ad058-979069b75b9b1ae74c2a538add63a7439e2eb797.tar.gz
master-187ad058-979069b75b9b1ae74c2a538add63a7439e2eb797.tar.bz2
master-187ad058-979069b75b9b1ae74c2a538add63a7439e2eb797.zip
kernel: add support for uncompressed zImage on ARM
This can be used to prevent double compression for platforms where the boot loader already expects compressed images. Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-4.4/995-mangle_bootargs.patch')
-rw-r--r--target/linux/generic/patches-4.4/995-mangle_bootargs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/995-mangle_bootargs.patch b/target/linux/generic/patches-4.4/995-mangle_bootargs.patch
index eb525618aa..2483e1bb98 100644
--- a/target/linux/generic/patches-4.4/995-mangle_bootargs.patch
+++ b/target/linux/generic/patches-4.4/995-mangle_bootargs.patch
@@ -40,7 +40,7 @@
setup_per_cpu_areas();
--- a/init/Kconfig
+++ b/init/Kconfig
-@@ -1638,6 +1638,15 @@ config EMBEDDED
+@@ -1648,6 +1648,15 @@ config EMBEDDED
an embedded system so certain expert options are available
for configuration.