summaryrefslogtreecommitdiffstats
path: root/commands/loadb.c
diff options
context:
space:
mode:
authorKrzysztof Halasa <khc@pm.waw.pl>2010-12-21 00:02:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-12-21 09:02:40 +0100
commitd66ae58cd87c78b76652ecf750371b1e005d44de (patch)
tree90e82954c07e8e412f7c72d402c64b5de2f182f4 /commands/loadb.c
parentb754bc4cf0f2687411e9dde3a2115a9c5b8da79a (diff)
downloadbarebox-d66ae58cd87c78b76652ecf750371b1e005d44de.tar.gz
barebox-d66ae58cd87c78b76652ecf750371b1e005d44de.tar.xz
Cosmetic fixes, including format attributes for printf() and friends.
Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/loadb.c')
-rw-r--r--commands/loadb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/loadb.c b/commands/loadb.c
index dc0e517b57..439a83a45c 100644
--- a/commands/loadb.c
+++ b/commands/loadb.c
@@ -625,7 +625,6 @@ static ulong load_serial_ymodem(void)
int res, wr;
connection_info_t info;
char ymodemBuf[1024];
- ulong store_addr = ~0;
ulong addr = 0;
size = 0;