summaryrefslogtreecommitdiffstats
path: root/commands/loadb.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-08-19 09:42:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-08-19 09:42:29 +0200
commit1e49fadf8ada076514afdebe89ddc0a22c4239d9 (patch)
tree6e19070e6a2e268792644a6c344fa0c63e0c882f /commands/loadb.c
parent624db2b33679611810ef9cf61d163fcc82064d2a (diff)
downloadbarebox-1e49fadf8ada076514afdebe89ddc0a22c4239d9.tar.gz
barebox-1e49fadf8ada076514afdebe89ddc0a22c4239d9.tar.xz
loadb: remove old-style-u-boot-ifdefs around whole file
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/loadb.c')
-rw-r--r--commands/loadb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/loadb.c b/commands/loadb.c
index cccc282cb1..6f05cb42e0 100644
--- a/commands/loadb.c
+++ b/commands/loadb.c
@@ -63,7 +63,6 @@
static int ofd; /* output file descriptor */
-#ifdef CONFIG_CMD_LOADB
static char his_eol; /* character he needs at end of packet */
static int his_pad_count; /* number of pad chars he needs */
static char his_pad_char; /* pad chars he needs */
@@ -778,4 +777,4 @@ U_BOOT_CMD_START(loady)
.usage = "Load binary file over serial line (ymodem mode)",
U_BOOT_CMD_HELP(cmd_loadb_help)
U_BOOT_CMD_END
-#endif
+