]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add a command to read raw blocks from a partition
authorKenneth Waters <kwaters@chromium.org>
Wed, 5 Dec 2012 14:46:30 +0000 (14:46 +0000)
committerTom Rini <trini@ti.com>
Tue, 11 Dec 2012 20:17:33 +0000 (13:17 -0700)
commitff048ea916f74a40c18b5aaa5f357dce1c75bffa
tree1ca3bf14aa8098a6b937f8cbccbd3f764a47c3c4
parent53fdc7ef2e43902c4415a81a434c35f9ed8713bc
Add a command to read raw blocks from a partition

Sometimes data is on a block device and within a partition, but not in a
particular filesystem.

This commands permits reading raw data from a partition.

Signed-off-by: Kenneth Waters <kwaters@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
README
common/Makefile
common/cmd_read.c [new file with mode: 0644]
include/config_cmd_all.h