summaryrefslogtreecommitdiffstats
path: root/include/config_cmd_all.h
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 /include/config_cmd_all.h
parent53fdc7ef2e43902c4415a81a434c35f9ed8713bc (diff)
downloadblackbird-obmc-uboot-ff048ea916f74a40c18b5aaa5f357dce1c75bffa.tar.gz
blackbird-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 'include/config_cmd_all.h')
-rw-r--r--include/config_cmd_all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index b87967e425..148d676d21 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -71,6 +71,7 @@
#define CONFIG_CMD_REGINFO /* Register dump */
#define CONFIG_CMD_REISER /* Reiserfs support */
#define CONFIG_CMD_RARP /* rarpboot support */
+#define CONFIG_CMD_READ /* Read data from partition */
#define CONFIG_CMD_RUN /* run command in env variable */
#define CONFIG_CMD_SAVEENV /* saveenv */
#define CONFIG_CMD_SAVES /* save S record dump */
OpenPOWER on IntegriCloud