aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mt7620.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-13 17:24:53 -0400
committerTom Rini <trini@konsulko.com>2021-10-01 21:08:19 -0400
commitd92cb662363186560ecce4841a84da1568aadfe3 (patch)
tree5f158be45f711c955e9bb90af01c275f2447c625 /include/configs/mt7620.h
parent62efcba5d514b336855d88b22a7dcf7cc6df9f63 (diff)
downloadu-boot-d92cb662363186560ecce4841a84da1568aadfe3.zip
u-boot-d92cb662363186560ecce4841a84da1568aadfe3.tar.gz
u-boot-d92cb662363186560ecce4841a84da1568aadfe3.tar.bz2
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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/mt7620.h')
-rw-r--r--include/configs/mt7620.h3
1 files changed, 0 insertions, 3 deletions
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