diff options
| author | John Chau <[email protected]> | 2020-07-02 12:01:21 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-08-04 23:29:59 -0400 |
| commit | 4a4830cf915e76f07cff5ce346c3ccbc987c1557 (patch) | |
| tree | 42ebbb70628121c40e6cc4e757dd55d56cad003d /arch | |
| parent | 5b3ddb17baec13b4386620b533527d0f53ddeddf (diff) | |
cmd: add clone command
This patch adds a feature for block device cloning similar to dd
command, this should be useful for boot-strapping a device where
usb gadget or networking is not available. For instance one can
clone a factory image into a blank emmc from an external sd card.
Signed-off-by: John Chau <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 7f3cbe2ec88..2174336fa00 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -139,6 +139,7 @@ config SANDBOX imply ACPI_PMC imply ACPI_PMC_SANDBOX imply CMD_PMC + imply CMD_CLONE config SH bool "SuperH architecture" |
