summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKenneth Waters <kwaters@chromium.org>2012-12-05 14:46:30 +0000
committerTom Rini <trini@ti.com>2012-12-11 13:17:33 -0700
commitff048ea916f74a40c18b5aaa5f357dce1c75bffa (patch)
tree1ca3bf14aa8098a6b937f8cbccbd3f764a47c3c4 /README
parent53fdc7ef2e43902c4415a81a434c35f9ed8713bc (diff)
downloadtalos-obmc-uboot-ff048ea916f74a40c18b5aaa5f357dce1c75bffa.tar.gz
talos-obmc-uboot-ff048ea916f74a40c18b5aaa5f357dce1c75bffa.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index d1c60de0a8..5810ced1dd 100644
--- a/README
+++ b/README
@@ -861,6 +861,7 @@ The following options need to be configured:
CONFIG_CMD_PING * send ICMP ECHO_REQUEST to network
host
CONFIG_CMD_PORTIO * Port I/O
+ CONFIG_CMD_READ * Read raw data from partition
CONFIG_CMD_REGINFO * Register dump
CONFIG_CMD_RUN run command in env variable
CONFIG_CMD_SAVES * save S record dump
OpenPOWER on IntegriCloud