[PATCH 1/2] xymodem: select CRC16 from lib

Jan Weitzel j.weitzel at phytec.de
Tue Nov 11 23:41:53 PST 2014


Signed-off-by: Jan Weitzel <j.weitzel at phytec.de>
---
 commands/Kconfig | 1 -
 lib/Kconfig      | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/Kconfig b/commands/Kconfig
index bef5847..494a019 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
diff --git a/lib/Kconfig b/lib/Kconfig
index d4095fd..62695f1 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -41,6 +41,7 @@ config QSORT
 
 config XYMODEM
 	bool
+	select CRC16
 
 config LIBSCAN
 	bool
-- 
1.9.1




More information about the barebox mailing list