mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] xymodem: select CRC16 from lib
@ 2014-11-12  7:41 Jan Weitzel
  2014-11-12  7:41 ` [PATCH 2/2] ARM: omap: Add bootsource serial to xload Jan Weitzel
  2014-11-12  8:23 ` [PATCH 1/2] xymodem: select CRC16 from lib Sascha Hauer
  0 siblings, 2 replies; 9+ messages in thread
From: Jan Weitzel @ 2014-11-12  7:41 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jan Weitzel <j.weitzel@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-11-17  7:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-12  7:41 [PATCH 1/2] xymodem: select CRC16 from lib Jan Weitzel
2014-11-12  7:41 ` [PATCH 2/2] ARM: omap: Add bootsource serial to xload Jan Weitzel
2014-11-12  8:22   ` Sascha Hauer
2014-11-12  9:24     ` Jan Weitzel
2014-11-13  7:37       ` Sascha Hauer
2014-11-13 12:31         ` [PATCH v2] " Jan Weitzel
2014-11-17  7:34           ` Sascha Hauer
2014-11-13 12:34         ` [PATCH 2/2] " Jan Weitzel
2014-11-12  8:23 ` [PATCH 1/2] xymodem: select CRC16 from lib Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox