global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / configs / stm32mp13_st_common.h
index ec64b12..ad8126f 100644 (file)
@@ -14,4 +14,9 @@
 
 #include <configs/stm32mp13_common.h>
 
+/* uart with on-board st-link */
+#define CFG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, \
+                                        230400, 460800, 921600, \
+                                        1000000, 2000000, 4000000}
+
 #endif