summaryrefslogtreecommitdiff
path: root/cmd/fastboot
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 16:35:06 -0600
committerTom Rini <trini@konsulko.com>2017-08-11 17:44:54 -0400
commit00fd59dd1a3560aedabc04da56658c7fd52f1698 (patch)
tree61ee74b8b556c10adf70259ac29a0b416e7c1245 /cmd/fastboot
parente188eee7a4914ce8fb031616f75bcc58cbe58fd3 (diff)
README: Drop information about commands
Most of this is duplicated in Kconfig help. Add some of that which is not, and remove the help from the README. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'cmd/fastboot')
-rw-r--r--cmd/fastboot/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/fastboot/Kconfig b/cmd/fastboot/Kconfig
index 89b9e73440..b84529a374 100644
--- a/cmd/fastboot/Kconfig
+++ b/cmd/fastboot/Kconfig
@@ -18,6 +18,8 @@ config CMD_FASTBOOT
protocol for downloading images, flashing and device control
used on Android devices.
+ See doc/README.android-fastboot for more information.
+
config ANDROID_BOOT_IMAGE
bool "Enable support for Android Boot Images"
help