From fa0db5dc412426b79ba034ae8f730e5128e7db03 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 24 Sep 2012 15:45:36 +0200 Subject: [PATCH] zynq_common: Sync MMC options Signed-off-by: Michal Simek --- include/configs/zynq_common.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.47.3