[PATCH 09/21] Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig
Simon Glass
sjg at chromium.org
Sun Oct 30 02:43:32 CET 2022
On Fri, 28 Oct 2022 at 18:29, Tom Rini <trini at 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 <trini at konsulko.com>
> ---
> README | 12 ---------
> cmd/Kconfig | 28 +++++++++++++++-----
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list