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/mt7620.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/mt7620.h') diff --git a/include/configs/mt7620.h b/include/configs/mt7620.h index b05ac0a..a2de034 100644 --- a/include/configs/mt7620.h +++ b/include/configs/mt7620.h @@ -24,9 +24,6 @@ #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_CBSIZE 1024 -/* Serial common */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* SPL */ #define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE -- cgit v1.1