summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2017-11-14 21:37:35 +0100
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-12-07 16:24:32 +0100
commit7c750fac22fa46546c25b3a3d2ca0598fba2f10e (patch)
treee93f5c03ee0c790ea72292e3f3e39dfda41526e9 /cmd
parentc53654fcda9db51518266cc5feb81f5fb3d71d52 (diff)
fastboot: Enable flashing by default on sunxi
Now that more and more devices are built using eMMC, providing a way to easily flash the system without too much hassle seems like a right thing to do. Since fastboot is the most deployed tool to do that these days, we can just rely on it to provide a way to flash the various components in the system (SPL, U-Boot and the system itself) easily, especially since you can upload the U-Boot hosting the fastboot "server" through FEL. Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/fastboot/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/fastboot/Kconfig b/cmd/fastboot/Kconfig
index 4ce7a775e2..cbb9183ea2 100644
--- a/cmd/fastboot/Kconfig
+++ b/cmd/fastboot/Kconfig
@@ -66,6 +66,7 @@ config FASTBOOT_USB_DEV
config FASTBOOT_FLASH
bool "Enable FASTBOOT FLASH command"
+ default y if ARCH_SUNXI
help
The fastboot protocol includes a "flash" command for writing
the downloaded image to a non-volatile storage device. Define