Take the values from x86-common.h as inspiration.
Signed-off-by: Christian Gmeiner <[email protected]>
---
include/config_fallbacks.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h
index c18f19a550..4c1bdf5ee5 100644
--- a/include/config_fallbacks.h
+++ b/include/config_fallbacks.h
@@ -26,7 +26,8 @@
#endif
#ifndef CONFIG_SYS_BAUDRATE_TABLE
-#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
+#define CONFIG_SYS_BAUDRATE_TABLE { 300, 600, 1200, 2400, 4800, \
+ 9600, 19200, 38400, 57600, 115200 }
#endif
/* Console I/O Buffer Size */
--
2.17.1
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot