On Fri, 28 Oct 2022 at 18:29, Tom Rini <tr...@konsulko.com> wrote: > > 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: Tom Rini <tr...@konsulko.com> > --- > README | 12 --------- > cmd/Kconfig | 28 +++++++++++++++-----
Reviewed-by: Simon Glass <s...@chromium.org>