From: Michal Simek Date: Mon, 24 Sep 2012 13:45:36 +0000 (+0200) Subject: zynq_common: Sync MMC options X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa0db5dc412426b79ba034ae8f730e5128e7db03;p=thirdparty%2Fu-boot.git zynq_common: Sync MMC options Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 6f2b0bfc44b..85e415fcaab 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -141,6 +141,8 @@ # 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 @@ -260,10 +262,6 @@ #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