]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Move device enabling out of serial definition
authorMichal Simek <michal.simek@xilinx.com>
Wed, 15 Apr 2015 13:20:18 +0000 (15:20 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 15 Apr 2015 13:45:50 +0000 (15:45 +0200)
No functional change.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index a2231d8e83fa45029c5b6809be3e53dde5157c49..d66e68b034459f7f8e67f8016cb5d52327929af4 100644 (file)
 #define CONFIG_ZYNQ_SERIAL_UART0
 #define CONFIG_ZYNQ_SERIAL
 
-#define CONFIG_ZYNQMP_QSPI
-#define CONFIG_ZYNQ_SDHCI0
-#define CONFIG_NAND_ARASAN
-
 #define CONFIG_CONS_INDEX              0
 #define CONFIG_BAUDRATE                        115200
 #define CONFIG_SYS_BAUDRATE_TABLE \
        { 4800, 9600, 19200, 38400, 57600, 115200 }
 
+#define CONFIG_ZYNQMP_QSPI
+#define CONFIG_ZYNQ_SDHCI0
+#define CONFIG_NAND_ARASAN
+
 /* Command line configuration */
 #define CONFIG_CMD_ENV
 #define CONFIG_CMD_EXT2