From: Michal Simek Date: Fri, 28 Nov 2014 14:02:33 +0000 (+0100) Subject: zynqmp: Support 4800 baudrate X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cfc0b5c4f64d57cc7e269e7ef83d5351c87a5d1;p=thirdparty%2Fu-boot.git zynqmp: Support 4800 baudrate It is also possible to use the 4800 baudrate. Signed-off-by: Michal Simek --- 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