Re: [PATCHv2 10/31] Convert CONFIG_BAUDRATE to Kconfig

2020-06-30 Thread Tom Rini
On Tue, Jun 16, 2020 at 07:06:10PM -0400, Tom Rini wrote:

> This converts the following to Kconfig:
>CONFIG_BAUDRATE
> 
> Signed-off-by: Tom Rini 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCHv2 10/31] Convert CONFIG_BAUDRATE to Kconfig

2020-06-16 Thread Tom Rini
This converts the following to Kconfig:
   CONFIG_BAUDRATE

Signed-off-by: Tom Rini 
---
 README| 5 -
 include/configs/apalis-imx8.h | 3 ---
 include/configs/bcm_northstar2.h  | 1 -
 include/configs/bcmstb.h  | 1 -
 include/configs/colibri-imx8x.h   | 3 ---
 include/configs/controlcenterdc.h | 2 --
 include/configs/dh_imx6.h | 1 -
 include/configs/display5.h| 1 -
 include/configs/grpeach.h | 3 ---
 include/configs/imx8mq_evk.h  | 2 --
 include/configs/imx8qm_mek.h  | 3 ---
 include/configs/imx8qm_rom7720.h  | 3 ---
 include/configs/imx8qxp_mek.h | 3 ---
 include/configs/ls1021atsn.h  | 2 --
 include/configs/ls1028a_common.h  | 1 -
 include/configs/ls1088a_common.h  | 1 -
 include/configs/lx2160a_common.h  | 1 -
 include/configs/mx53ppd.h | 1 -
 include/configs/mx6memcal.h   | 1 -
 include/configs/mx7ulp_evk.h  | 1 -
 include/configs/owl-common.h  | 3 ---
 include/configs/pdu001.h  | 1 -
 include/configs/pico-imx8mq.h | 2 --
 include/configs/presidio_asic.h   | 1 -
 include/configs/rk3128_common.h   | 1 -
 include/configs/rk3368_common.h   | 1 -
 include/configs/wb50n.h   | 2 --
 27 files changed, 50 deletions(-)

diff --git a/README b/README
index bcf198363111..a0f54645fc26 100644
--- a/README
+++ b/README
@@ -670,11 +670,6 @@ The following options need to be configured:
Define this variable to enable hw flow control in serial driver.
Current user of this option is drivers/serial/nsl16550.c driver
 
-- Console Baudrate:
-   CONFIG_BAUDRATE - in bps
-   Select one of the baudrates listed in
-   CONFIG_SYS_BAUDRATE_TABLE, see below.
-
 - Autoboot Command:
CONFIG_BOOTCOMMAND
Only needed when CONFIG_BOOTDELAY is enabled;
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h
index 08d34db1061e..6dad8216e969 100644
--- a/include/configs/apalis-imx8.h
+++ b/include/configs/apalis-imx8.h
@@ -103,9 +103,6 @@
 #define PHYS_SDRAM_1_SIZE  SZ_2G   /* 2 GB */
 #define PHYS_SDRAM_2_SIZE  SZ_2G   /* 2 GB */
 
-/* Serial */
-#define CONFIG_BAUDRATE115200
-
 /* Monitor Command Prompt */
 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
 #define CONFIG_SYS_CBSIZE  SZ_2K
diff --git a/include/configs/bcm_northstar2.h b/include/configs/bcm_northstar2.h
index 45dc7b29c9e4..fbfab288b372 100644
--- a/include/configs/bcm_northstar2.h
+++ b/include/configs/bcm_northstar2.h
@@ -31,7 +31,6 @@
 #define CONFIG_SYS_NS16550_COM20x6611
 #define CONFIG_SYS_NS16550_COM30x6612
 #define CONFIG_SYS_NS16550_COM40x6613
-#define CONFIG_BAUDRATE115200
 
 /* console configuration */
 #define CONFIG_SYS_CBSIZE  SZ_1K
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h
index 24569f7d94a8..01cfed0b869d 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_BAUDRATE115200
 #define CONFIG_SYS_BAUDRATE_TABLE  {4800, 9600, 19200, 38400, 57600, \
 115200}
 
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index da9226e2fbed..0ac4e7095de9 100644
--- a/include/configs/colibri-imx8x.h
+++ b/include/configs/colibri-imx8x.h
@@ -135,9 +135,6 @@
 #define PHYS_SDRAM_1_SIZE  SZ_2G   /* 2 GB */
 #define PHYS_SDRAM_2_SIZE  0x  /* 0 GB */
 
-/* Serial */
-#define CONFIG_BAUDRATE115200
-
 /* Monitor Command Prompt */
 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
 #define CONFIG_SYS_CBSIZE  SZ_2K
diff --git a/include/configs/controlcenterdc.h 
b/include/configs/controlcenterdc.h
index 00e5c8f7943e..0c36ea661057 100644
--- a/include/configs/controlcenterdc.h
+++ b/include/configs/controlcenterdc.h
@@ -112,8 +112,6 @@
  */
 #define CONFIG_ENV_OVERWRITE
 
-#define CONFIG_BAUDRATE 115200
-
 #define CONFIG_HOSTNAME"ccdc"
 #define CONFIG_ROOTPATH"/opt/nfsroot"
 #define CONFIG_BOOTFILE"ccdc.img"
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h
index 5bfdf4044bee..0b6617fa82e9 100644
--- a/include/configs/dh_imx6.h
+++ b/include/configs/dh_imx6.h
@@ -62,7 +62,6 @@
 /* UART */
 #define CONFIG_MXC_UART
 #define CONFIG_MXC_UART_BASE   UART1_BASE
-#define CONFIG_BAUDRATE115200
 
 /* USB Configs */
 #ifdef CONFIG_CMD_USB
diff --git a/include/configs/display5.h b/include/configs/display5.h
index 3348ecc7c7ba..94baa6561022 100644
--- a/include/configs/display5.h
+++ b/include/configs/display5.h
@@ -66,7 +66,6 @@
 
 /* allow