aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-12-19 07:57:33 -0500
committerTom Rini <trini@konsulko.com>2017-12-19 07:57:33 -0500
commit76cc372879e2f2f0467e8a3875f097d189647793 (patch)
tree73b2136d7b21c4fd351fd48cdf6b87ce229e7951 /cmd
parent5f7708362812dc5c0647cdae4f05a85e57b3cf32 (diff)
parent23cd00ab2d8c39eaa15257efcba441939ea66fa8 (diff)
downloadu-boot-76cc372879e2f2f0467e8a3875f097d189647793.zip
u-boot-76cc372879e2f2f0467e8a3875f097d189647793.tar.gz
u-boot-76cc372879e2f2f0467e8a3875f097d189647793.tar.bz2
Merge git://git.denx.de/u-boot-sunxi
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 4ce7a77..cbb9183 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