]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq_common: Sync MMC options
authorMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 13:45:36 +0000 (15:45 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 15:13:31 +0000 (17:13 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
include/configs/zynq_common.h

index 6f2b0bfc44b1b3780a7b084167ef212b37b2a20d..85e415fcaab67b0e606b02614a62ffa65b226cf4 100644 (file)
 # define CONFIG_CMD_FAT
 # define CONFIG_CMD_EXT2
 # define CONFIG_DOS_PARTITION
+/* For now, use only single block reads for the MMC */
+# define CONFIG_SYS_MMC_MAX_BLK_COUNT  1
 #endif
 
 #ifdef CONFIG_NAND_ZYNQ
 #define CONFIG_FIT             1
 #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
 
-/* For now, use only single block reads for the MMC */
-
-#define CONFIG_SYS_MMC_MAX_BLK_COUNT 1
-
 #define CONFIG_BOARD_LATE_INIT
 
 #undef CONFIG_BOOTM_NETBSD