diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:55 -0400 |
commit | 15dc63d646bd73f473141653db9a20a71aaaeced (patch) | |
tree | fee53b3a36d471f8d7c4e2a289694d42c0e11729 /cmd | |
parent | 5d47099fea6134a5f561b4a4a3aab985302aecd5 (diff) | |
download | u-boot-15dc63d646bd73f473141653db9a20a71aaaeced.tar.gz |
Convert CONFIG_CMD_SAVES to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_SAVES
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')
-rw-r--r-- | cmd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index d623a43191..9efc2cf640 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -779,6 +779,12 @@ config CMD_SATA Attachment, where AT refers to an IBM AT (Advanced Technology) computer released in 1984. +config CMD_SAVES + bool "saves - Save a file over serial in S-Record format" + help + Provides a way to save a binary file using the Motorola S-Record + format over the serial line. + config CMD_SF bool "sf" help |