diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-19 07:57:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-19 07:57:33 -0500 |
commit | 76cc372879e2f2f0467e8a3875f097d189647793 (patch) | |
tree | 73b2136d7b21c4fd351fd48cdf6b87ce229e7951 /cmd/fastboot/Kconfig | |
parent | 5f7708362812dc5c0647cdae4f05a85e57b3cf32 (diff) | |
parent | 23cd00ab2d8c39eaa15257efcba441939ea66fa8 (diff) |
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'cmd/fastboot/Kconfig')
-rw-r--r-- | cmd/fastboot/Kconfig | 1 |
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 |