From 7cfc0b5c4f64d57cc7e269e7ef83d5351c87a5d1 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 28 Nov 2014 15:02:33 +0100 Subject: [PATCH] zynqmp: Support 4800 baudrate It is also possible to use the 4800 baudrate. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 086d6a90293..96024a2c5e0 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -65,7 +65,7 @@ #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } +#define CONFIG_SYS_BAUDRATE_TABLE { 4800, 9600, 19200, 38400, 57600, 115200 } /* Command line configuration */ #define CONFIG_CMD_BDI -- 2.47.3