summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-08 14:23:19 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-11 21:22:34 +0800
commit507319e13bd5e0ad13138970e90e8426d08f5817 (patch)
treee7636398ce920f541a2e3f91d4f4c017dace6137 /commands
parente7aa25293860087158f652c07be7b30299410b8b (diff)
downloadbarebox-507319e13bd5e0ad13138970e90e8426d08f5817.tar.gz
barebox-507319e13bd5e0ad13138970e90e8426d08f5817.tar.xz
filetype: add config to disable it
remove 160 bytes Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index b0037863ff..fad32812b3 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -311,6 +311,7 @@ config CMD_BOOTM
default y
select CRC32
select UNCOMPRESS
+ select FILETYPE
prompt "bootm"
config CMD_BOOTM_SHOW_TYPE