From 11af95a02a7649e2c59da63b1fbee73539fcb974 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 16 Jun 2020 19:06:10 -0400 Subject: Convert CONFIG_BAUDRATE to Kconfig This converts the following to Kconfig: CONFIG_BAUDRATE Signed-off-by: Tom Rini --- include/configs/ls1021atsn.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/ls1021atsn.h') 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 -- cgit