From 818b981bfc6d432485baf1c781c13ed72ece2362 Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Thu, 8 Nov 2012 22:16:41 +0100 Subject: commands: remove old Y-Modem implementation As a new implementation of Y-Modem protocol is available, switch from old implementation to the new one : - remove old xyzModem* files - remove old command loady2 - rename command loady2 to loady Signed-off-by: Robert Jarzmik Tested-by: Antony Pavlov Signed-off-by: Sascha Hauer --- commands/loads.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commands/loads.c') diff --git a/commands/loads.c b/commands/loads.c index 7f4c647526..bfc465bdc7 100644 --- a/commands/loads.c +++ b/commands/loads.c @@ -25,7 +25,6 @@ #include #include #include -#include static ulong load_serial(ulong offset); static int read_record(char *buf, ulong len); -- cgit v1.2.3