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>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user