Re: [PATCH 2/5] Convert CONFIG_BAUDRATE to Kconfig

2021-10-02 Thread Tom Rini
On Mon, Sep 13, 2021 at 05:24:52PM -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


[PATCH 2/5] Convert CONFIG_BAUDRATE to Kconfig

2021-09-13 Thread Tom Rini
This converts the following to Kconfig:
   CONFIG_BAUDRATE

Signed-off-by: Tom Rini 
---
 include/configs/cgtqmx8.h   | 3 ---
 include/configs/synquacer.h | 1 -
 2 files changed, 4 deletions(-)

diff --git a/include/configs/cgtqmx8.h b/include/configs/cgtqmx8.h
index 304c876e8b9b..4012814988d0 100644
--- a/include/configs/cgtqmx8.h
+++ b/include/configs/cgtqmx8.h
@@ -159,9 +159,6 @@
 #define PHYS_SDRAM_1_SIZE  0x8000  /* 2 GB */
 #define PHYS_SDRAM_2_SIZE  0x1 /* 4 GB */
 
-/* Serial */
-#define CONFIG_BAUDRATE115200
-
 /* Generic Timer Definitions */
 #define COUNTER_FREQUENCY  800 /* 8MHz */
 
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h
index 225d017d17da..04db908795c1 100644
--- a/include/configs/synquacer.h
+++ b/include/configs/synquacer.h
@@ -49,7 +49,6 @@
 #define CONFIG_SYS_MEMTEST_START   (CONFIG_SYS_SDRAM_BASE + (512 * 1024))
 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 
PHYS_SDRAM_SIZE)
 
-#define CONFIG_BAUDRATE115200
 #define CONFIG_SYS_BAUDRATE_TABLE  {115200, 19200, 38400, 57600, 9600 }
 
 #define CONFIG_SYS_CBSIZE  1024
-- 
2.17.1