summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-08-20 14:09:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-28 09:51:31 +0200
commit981279587363ab38ac65fe4447e7ab30623ccbae (patch)
tree11192e5c5bd3f1adae39b38cc448512dec680405 /commands
parent0d6aa9a82bd6e307b777a86997cc99d061d61e59 (diff)
downloadbarebox-981279587363ab38ac65fe4447e7ab30623ccbae.tar.gz
barebox-981279587363ab38ac65fe4447e7ab30623ccbae.tar.xz
arm: do not enable the previous bootz command
as we now support via bootm on ixp4xx we still need it so keep it so far. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 92a8152905..9e1c957986 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -406,7 +406,6 @@ config CMD_UIMAGE
config CMD_BOOTZ
tristate
- default y
depends on ARM
prompt "bootz"
help