From: Tom Rini <trini@konsulko.com>
Date: Mon, 13 Sep 2021 21:24:52 +0000 (-0400)
Subject: Convert CONFIG_BAUDRATE to Kconfig
X-Git-Tag: v2025.01-rc5-pxa1908~1694^2~1^2~2
X-Git-Url: http://git.dujemihanovic.xyz/img/static/login.html?a=commitdiff_plain;h=62efcba5d514b336855d88b22a7dcf7cc6df9f63;p=u-boot.git

Convert CONFIG_BAUDRATE to Kconfig

This converts the following to Kconfig:
   CONFIG_BAUDRATE

Signed-off-by: Tom Rini <trini@konsulko.com>
---

diff --git a/include/configs/cgtqmx8.h b/include/configs/cgtqmx8.h
index 304c876e8b..4012814988 100644
--- a/include/configs/cgtqmx8.h
+++ b/include/configs/cgtqmx8.h
@@ -159,9 +159,6 @@
 #define PHYS_SDRAM_1_SIZE		0x80000000	/* 2 GB */
 #define PHYS_SDRAM_2_SIZE		0x100000000	/* 4 GB */
 
-/* Serial */
-#define CONFIG_BAUDRATE			115200
-
 /* Generic Timer Definitions */
 #define COUNTER_FREQUENCY		8000000	/* 8MHz */
 
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h
index 225d017d17..04db908795 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_BAUDRATE			115200
 #define CONFIG_SYS_BAUDRATE_TABLE	{115200, 19200, 38400, 57600, 9600 }
 
 #define CONFIG_SYS_CBSIZE		1024