]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Sync config with mainline
authorMichal Simek <michal.simek@xilinx.com>
Thu, 30 Jul 2015 05:51:36 +0000 (07:51 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 30 Jul 2015 05:52:01 +0000 (07:52 +0200)
Move one part of configuration below driver config.

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

index 9c846e239c1d033daa2e6e9ff589066272316808..9b5f2a19ab8e0e813bfcc6b77d28e2e94de3278e 100644 (file)
 # define CONFIG_SYS_EEPROM_SIZE                        (64 * 1024)
 #endif
 
-#define CONFIG_FIT
-#define CONFIG_FIT_VERBOSE       /* enable fit_format_{error,warning}() */
-
-#define CONFIG_SYS_BOOTM_LEN   (60 * 1024 * 1024)
-
-#define CONFIG_CMD_BOOTI
-#define CONFIG_CMD_UNZIP
-
-#define CONFIG_BOARD_EARLY_INIT_R
-#define CONFIG_CLOCKS
-
 #ifdef CONFIG_AHCI
 #define CONFIG_LIBATA
 #define CONFIG_SCSI_AHCI
 #define CONFIG_CMD_SCSI
 #endif
 
+#define CONFIG_FIT
+#define CONFIG_FIT_VERBOSE       /* enable fit_format_{error,warning}() */
+
+#define CONFIG_SYS_BOOTM_LEN   (60 * 1024 * 1024)
+
+#define CONFIG_CMD_BOOTI
+#define CONFIG_CMD_UNZIP
+
+#define CONFIG_BOARD_EARLY_INIT_R
+#define CONFIG_CLOCKS
+
 #endif /* __XILINX_ZYNQMP_H */