projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c418f3a
)
rk29: default LZO-compressed kernel for zImage
author
黄涛
<huangtao@rock-chips.com>
Tue, 19 Jul 2011 08:24:20 +0000
(16:24 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 19 Jul 2011 08:51:28 +0000
(16:51 +0800)
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 44421cd0b12604e77302904344adc3b0fa8737e4..284e7cb8b9bae3cd55471c3d510eab113bff65c6 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-120,6
+120,7
@@
config HAVE_KERNEL_LZO
choice
prompt "Kernel compression mode"
+ default KERNEL_LZO if ARCH_RK29
default KERNEL_GZIP
depends on HAVE_KERNEL_GZIP || HAVE_KERNEL_BZIP2 || HAVE_KERNEL_LZMA || HAVE_KERNEL_LZO
help