summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-08 14:16:36 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-11 21:22:34 +0800
commite7aa25293860087158f652c07be7b30299410b8b (patch)
treea2ca40b9f751c4dcd91dd4f1860039192667f61a /commands/Kconfig
parentb7498fdb821bf564fd5435408aefddb93d2b8597 (diff)
downloadbarebox-e7aa25293860087158f652c07be7b30299410b8b.tar.gz
barebox-e7aa25293860087158f652c07be7b30299410b8b.tar.xz
uncompress: add config to disable it
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 1d080e302e..b0037863ff 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -310,6 +310,7 @@ config CMD_BOOTM
tristate
default y
select CRC32
+ select UNCOMPRESS
prompt "bootm"
config CMD_BOOTM_SHOW_TYPE