Skip to content
Snippets Groups Projects
Commit 2c8d04dd authored by Tom Rini's avatar Tom Rini
Browse files

Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig


This converts the following to Kconfig:
   CONFIG_SYS_LOADS_BAUD_CHANGE
   CONFIG_LOADS_ECHO

As part of this, we move CMD_SAVES to be after CMD_LOADS as they are
logically related (load or save an s-record format file) and this makes
grouping of CONFIG_SYS_LOADS_BAUD_CHANGE easier.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent b85d7595
No related branches found
No related tags found
Loading
Showing
with 57 additions and 19 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment