summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJan Weitzel <j.weitzel@phytec.de>2014-11-12 08:41:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-12 09:22:22 +0100
commit8e2c7b3de35488363ba331466fa45f75ae93fb4f (patch)
tree9419451fbedb4edcb94bbfe4e1787a56e28f2204 /commands
parentabf9c94b538722487509701126bd1bc2314253b8 (diff)
downloadbarebox-8e2c7b3de35488363ba331466fa45f75ae93fb4f.tar.gz
barebox-8e2c7b3de35488363ba331466fa45f75ae93fb4f.tar.xz
xymodem: select CRC16 from lib
Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> 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 bef58473a5..494a0192a6 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -481,7 +481,6 @@ config CMD_LOADS
Load S-Record file over serial line with offset OFFS.
config CMD_LOADY
- select CRC16
select XYMODEM
depends on !CONSOLE_NONE
tristate