aboutsummaryrefslogtreecommitdiff
path: root/include/configs/bcmstb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-16 19:06:10 -0400
committerTom Rini <trini@konsulko.com>2020-06-26 10:29:05 -0400
commit11af95a02a7649e2c59da63b1fbee73539fcb974 (patch)
tree5d0ddcb87d43db8e7da85840e775533029c43195 /include/configs/bcmstb.h
parentb120665fe9616707d16c0df19ace659fbe1fd0dd (diff)
downloadu-boot-11af95a02a7649e2c59da63b1fbee73539fcb974.zip
u-boot-11af95a02a7649e2c59da63b1fbee73539fcb974.tar.gz
u-boot-11af95a02a7649e2c59da63b1fbee73539fcb974.tar.bz2
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/bcmstb.h')
-rw-r--r--include/configs/bcmstb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h
index 24569f7..01cfed0 100644
--- a/include/configs/bcmstb.h
+++ b/include/configs/bcmstb.h
@@ -115,7 +115,6 @@ extern phys_addr_t prior_stage_fdt_address;
/*
* Serial console configuration.
*/
-#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \
115200}