summaryrefslogtreecommitdiff
path: root/include/configs/ls1088a_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-17 02:06:10 +0300
committerTom Rini <trini@konsulko.com>2020-06-26 17:29:05 +0300
commit11af95a02a7649e2c59da63b1fbee73539fcb974 (patch)
tree5d0ddcb87d43db8e7da85840e775533029c43195 /include/configs/ls1088a_common.h
parentb120665fe9616707d16c0df19ace659fbe1fd0dd (diff)
downloadu-boot-11af95a02a7649e2c59da63b1fbee73539fcb974.tar.xz
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/ls1088a_common.h')
-rw-r--r--include/configs/ls1088a_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h
index 596f14bf3e..3ea16752de 100644
--- a/include/configs/ls1088a_common.h
+++ b/include/configs/ls1088a_common.h
@@ -64,7 +64,6 @@
#define CONFIG_SYS_NS16550_REG_SIZE 1
#define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
-#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
#if !defined(SPL_NO_IFC) || defined(CONFIG_TARGET_LS1088AQDS)