From d221a204c2a0b52a50683f1b7c90f558382b6892 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 24 Sep 2012 14:26:35 +0200 Subject: [PATCH] zynq: Resort baudrate and table Signed-off-by: Michal Simek --- include/configs/zynq_common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 5aaf4fe05b0..0c531358c3a 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -27,6 +27,10 @@ #define CONFIG_IPADDR 192.168.0.99 #define CONFIG_SERVERIP 192.168.0.101 +/* Serial drivers */ +#define CONFIG_BAUDRATE 115200 +#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } + /* Zynq serial driver */ #ifdef CONFIG_ZYNQ_SERIAL_UART0 # define CONFIG_ZYNQ_SERIAL_BASEADDR0 0xE0000000 @@ -124,8 +128,6 @@ /* default boot is according to the bootmode switch settings */ #define CONFIG_BOOTCOMMAND "run modeboot" -#define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } #define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */ #define CONFIG_RTC_XPSSRTC -- 2.47.3