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/ls1021atsn.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/ls1021atsn.h')
-rw-r--r-- | include/configs/ls1021atsn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1021atsn.h b/include/configs/ls1021atsn.h index 46c60aaf5c..ec2ed7c609 100644 --- a/include/configs/ls1021atsn.h +++ b/include/configs/ls1021atsn.h @@ -104,8 +104,6 @@ #endif #define CONFIG_SYS_NS16550_CLK get_serial_clock() -#define CONFIG_BAUDRATE 115200 - /* I2C */ #ifndef CONFIG_DM_I2C #define CONFIG_SYS_I2C |