summaryrefslogtreecommitdiff
path: root/include/configs/socrates.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-29 03:27:02 +0300
committerTom Rini <trini@konsulko.com>2022-11-10 17:45:54 +0300
commit2c8d04dd1794baf777dea9ffdacf6a61033f2876 (patch)
treece51bb6e8022f4e37f7a8442b1d72956e757a58e /include/configs/socrates.h
parentb85d75951fe126267a29bc953ed59ed64a152288 (diff)
downloadu-boot-2c8d04dd1794baf777dea9ffdacf6a61033f2876.tar.xz
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>
Diffstat (limited to 'include/configs/socrates.h')
-rw-r--r--include/configs/socrates.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index c75991bada..00e8136cc9 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -136,13 +136,6 @@
/* Options are: TSEC[0,1] */
/*
- * Environment
- */
-
-#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
-#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
-
-/*
* Miscellaneous configurable options
*/