]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Resort baudrate and table
authorMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 12:26:35 +0000 (14:26 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 15:13:28 +0000 (17:13 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
include/configs/zynq_common.h

index 5aaf4fe05b0252e4d932301711d6b346d096ad0a..0c531358c3a7e32ddf0ff7ffbb7f08b09be1b120 100644 (file)
 #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
 /* 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