summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorNishanth Menon <x0nishan@ti.com>2008-06-05 19:45:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-05 19:45:20 +0200
commit296ea53c68e51ba0de0f7f8f5fe61e3c9e7e7533 (patch)
tree72a6ca351d91a0c36b7bc3f00cf0e32e89e8f9a6 /commands/Kconfig
parentdeaf6db1724e57be5c981808713919c1ca5e0766 (diff)
downloadbarebox-296ea53c68e51ba0de0f7f8f5fe61e3c9e7e7533.tar.gz
barebox-296ea53c68e51ba0de0f7f8f5fe61e3c9e7e7533.tar.xz
008-fixloadb
[Patch 08/17] U-Boot-V2:Commands Unbreak loadb support This patch provides support for loadb and loady and enables the broken feature Signed-off-by: Nishanth Menon<x0nishan@ti.com>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index e0e05adef2..08db1dd70a 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -123,11 +123,16 @@ endmenu
menu "memory "
config CMD_LOADB
- depends on BROKEN
select CRC16
tristate
prompt "loadb"
+config CMD_LOADY
+ select CRC16
+ depends on EXPERIMENTAL
+ bool
+ prompt "loady"
+
config CMD_LOADS
depends on BROKEN
tristate