]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
md5sum/sha1sum/unzip: split out of mondo mem file
authorMike Frysinger <vapier@gentoo.org>
Sun, 3 Apr 2011 01:40:19 +0000 (21:40 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 13 Apr 2011 19:56:47 +0000 (15:56 -0400)
commitc3d2a17c1eba2b4c1621ee7550ae4ea7446bfc39
tree800e2611774814221048ba999f37d07ffadaf46b
parent710b99385c389f5959a33a8e239f7f029e196125
md5sum/sha1sum/unzip: split out of mondo mem file

There's no real need to keep these functions in the cmd_mem file since
they do not use any of the common global mem variables.  So split them
out into their own dedicated cmd files.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/Makefile
common/cmd_md5sum.c [new file with mode: 0644]
common/cmd_mem.c
common/cmd_sha1sum.c [new file with mode: 0644]
common/cmd_unzip.c [new file with mode: 0644]