commit | 5a70f172573eb42189fa85960b364abfb3b22b5a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Oct 28 20:27:02 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 10 09:45:54 2022 -0500 |
tree | ce51bb6e8022f4e37f7a8442b1d72956e757a58e | |
parent | e20e571e45a7349c44322c18f490a17ba4bddf39 [diff] |
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: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>