mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
53fdc7ef2e
commit
ff048ea916
4 changed files with 84 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue