commands: Get rid of mem_rw_buf
There doesn't seem to be any good reason for all of the memory
commands (md, mw, etc.) to rely on a shared pre-allocated buffer
anymore. So, to simplify things, drop the shared buffer and adjust all
of the utilites to allocate needed memory.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 60aaeb8 commit 184d75a9dee979bf044649bff2854bc66172c9ff
@Andrey Smirnov Andrey Smirnov authored on 29 Jan 2019
Sascha Hauer committed on 29 Jan 2019
Showing 6 changed files
View
commands/md.c
View
commands/mem.c
View
commands/memcmp.c
View
commands/memcpy.c
View
commands/memset.c
View
common/ratp/md.c