]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH 3_9] Move buffer print code from md command to common function
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 20 Feb 2007 08:05:00 +0000 (09:05 +0100)
committerStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 08:05:00 +0000 (09:05 +0100)
commitc95c4280d751ca078c2ff58228d2f2b44ccf0600
tree875524fdc1fde3868e34c9b003245adc079f3d3c
parent99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
[PATCH 3_9] Move buffer print code from md command to common function

Printing a buffer is a darn useful thing.  Move the buffer print code
into print_buffer() in lib_generic/

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
common/cmd_mem.c
include/common.h
lib_generic/display_options.c