From d92cb662363186560ecce4841a84da1568aadfe3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 13 Sep 2021 17:24:53 -0400 Subject: serial: Use the default CONFIG_SYS_BAUDRATE_TABLE in more platforms A number of platforms are still defining CONFIG_SYS_BAUDRATE_TABLE to the fallback default of "{ 9600, 19200, 38400, 57600, 115200 }", but with varying whitespace, or were introduced after the default fallback was added. Use the default table here. Signed-off-by: Tom Rini --- include/configs/cm_fx6.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/cm_fx6.h') diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index a22fd0ee1fe..d40c3a9c3e5 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -32,7 +32,6 @@ /* Serial console */ #define CONFIG_MXC_UART_BASE UART4_BASE -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* Environment */ -- cgit v1.2.3