summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/loadb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/loadb.c b/commands/loadb.c
index 1a3c30f7f6..b6beb3fb37 100644
--- a/commands/loadb.c
+++ b/commands/loadb.c
@@ -59,7 +59,7 @@
#define BREAK_TYPE 'B'
#define tochar(x) ((char) (((x) + SPACE) & 0xff))
#define untochar(x) ((int) (((x) - SPACE) & 0xff))
-#define DEF_FILE "/dev/mem"
+#define DEF_FILE "image.bin"
static int ofd; /* output file descriptor */