summaryrefslogtreecommitdiff
path: root/include/configs/broadcom_bcm963158.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-13 14:59:39 -0400
committerTom Rini <trini@konsulko.com>2021-09-13 15:08:20 -0400
commit3d3c9ba4de689a6f6dba88815550caed65bc65d8 (patch)
treeb4929577b390f984e5180b71fed747eb0c5aa8fa /include/configs/broadcom_bcm963158.h
parentadad482b2108499b52c8bfdaaa25e17db52392f6 (diff)
downloadu-boot-WIP/baudrate-Kconfig.tar.gz
serial: Rework CONFIG_SYS_BAUDRATE_TABLEWIP/baudrate-Kconfig
In order to move CONFIG_SYS_BAUDRATE_TABLE to Kconfig, we need to rework the logic a bit. Rename the users of CONFIG_SYS_BAUDRATE_TABLE to SYS_BAUDRATE_TABLE. Introduce a series of CONFIG_BAUDRATE_TABLE_... that include some number of baud rates. These match all existing users. The help for each entry specifies what the exact table is, for a given option. Define what SYS_BAUDRATE_TABLE will be in include/serial.h now. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/broadcom_bcm963158.h')
-rw-r--r--include/configs/broadcom_bcm963158.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/broadcom_bcm963158.h b/include/configs/broadcom_bcm963158.h
index 6bdca174a6..8c46a5b4a2 100644
--- a/include/configs/broadcom_bcm963158.h
+++ b/include/configs/broadcom_bcm963158.h
@@ -9,9 +9,6 @@
* common
*/
-/* UART */
-#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
- 230400, 500000, 1500000 }
/* Memory usage */
#define CONFIG_SYS_MAXARGS 24
#define CONFIG_SYS_BOOTM_LEN (16 * 1024 * 1024)