From: Michal Simek Date: Wed, 15 Apr 2015 13:20:18 +0000 (+0200) Subject: zynqmp: Move device enabling out of serial definition X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13841ab77c6863ddd9f23fa06e107ea93df00230;p=thirdparty%2Fu-boot.git zynqmp: Move device enabling out of serial definition No functional change. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index a2231d8e83f..d66e68b0344 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -58,15 +58,15 @@ #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