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/wb50n.h | |
parent | b120665fe9616707d16c0df19ace659fbe1fd0dd (diff) | |
download | u-boot-11af95a02a7649e2c59da63b1fbee73539fcb974.tar.gz |
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/wb50n.h')
-rw-r--r-- | include/configs/wb50n.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/wb50n.h b/include/configs/wb50n.h index c2112763a2..a210449dae 100644 --- a/include/configs/wb50n.h +++ b/include/configs/wb50n.h @@ -72,8 +72,6 @@ #define CONFIG_BOOTARGS \ "rw rootfstype=ubifs ubi.mtd=6 root=ubi0:rootfs" -#define CONFIG_BAUDRATE 115200 - #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_PBSIZE \ |