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 /include | |
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 'include')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index b87967e..148d676 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 */ |