diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:05 -0400 |
commit | 11af95a02a7649e2c59da63b1fbee73539fcb974 (patch) | |
tree | 5d0ddcb87d43db8e7da85840e775533029c43195 /include/configs/grpeach.h | |
parent | b120665fe9616707d16c0df19ace659fbe1fd0dd (diff) |
Convert CONFIG_BAUDRATE to Kconfig
This converts the following to Kconfig:
CONFIG_BAUDRATE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/grpeach.h')
-rw-r--r-- | include/configs/grpeach.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h index 001e9d385b..bde168d475 100644 --- a/include/configs/grpeach.h +++ b/include/configs/grpeach.h @@ -11,9 +11,6 @@ /* Board Clock , P1 clock frequency (XTAL=13.33MHz) */ #define CONFIG_SYS_CLK_FREQ 66666666 -/* Serial Console */ -#define CONFIG_BAUDRATE 115200 - /* Miscellaneous */ #define CONFIG_SYS_PBSIZE 256 #define CONFIG_CMDLINE_TAG |