summaryrefslogtreecommitdiffstats
path: root/commands/mem.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-17 10:53:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-17 13:36:31 +0200
commit4e3ce289731586e0374a57801f68ac69875ec9d8 (patch)
treea5c25c35cb59f0077bf2b58587764dc49ea6c6d5 /commands/mem.c
parent255e5b4c4231ec381f87992109a15098ec00f8d6 (diff)
downloadbarebox-4e3ce289731586e0374a57801f68ac69875ec9d8.tar.gz
barebox-4e3ce289731586e0374a57801f68ac69875ec9d8.tar.xz
Use a common define for RW_BUF_SIZE
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/mem.c')
-rw-r--r--commands/mem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/mem.c b/commands/mem.c
index a4a16583c3..d48f92ef18 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -39,7 +39,6 @@
#define PRINTF(fmt,args...)
#endif
-#define RW_BUF_SIZE 4096
static char *rw_buf;
static char *DEVMEM = "/dev/mem";