diff options
author | Kenneth Waters <kwaters@chromium.org> | 2012-12-05 14:46:30 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-11 13:17:33 -0700 |
commit | ff048ea916f74a40c18b5aaa5f357dce1c75bffa (patch) | |
tree | 1ca3bf14aa8098a6b937f8cbccbd3f764a47c3c4 /README | |
parent | 53fdc7ef2e43902c4415a81a434c35f9ed8713bc (diff) | |
download | u-boot-imx-ff048ea916f74a40c18b5aaa5f357dce1c75bffa.zip u-boot-imx-ff048ea916f74a40c18b5aaa5f357dce1c75bffa.tar.gz u-boot-imx-ff048ea916f74a40c18b5aaa5f357dce1c75bffa.tar.bz2 |
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-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |