memory commands: separate into one file per command
Normally in commands we have one file per command which is named like
the command itself. The memory commands are an exception to this. This
patch changes this by separating the memory commands. This also has the
effect that the memory commands can now be selected individually. Along
the way we add some Kconfig help text for the commmands.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 81c118a commit e10c1845b2351099c2097fe29629983002b63a37
@Sascha Hauer Sascha Hauer authored on 17 Apr 2013
Showing 8 changed files
View
commands/Kconfig
View
commands/Makefile
View
commands/md.c 0 → 100644
View
commands/mem.c
View
commands/memcmp.c 0 → 100644
View
commands/memcpy.c 0 → 100644
View
commands/memset.c 0 → 100644
View
commands/mw.c 0 → 100644