From: John Linn Date: Fri, 1 Jun 2012 22:20:09 +0000 (-0700) Subject: Xilinx: ARM: Alter MMC to use only 1 block for now X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e07f432695a113f1d1759e72e7fa4866cf49289b;p=thirdparty%2Fu-boot.git Xilinx: ARM: Alter MMC to use only 1 block for now The newer u-boot version tries to use more than 1 block and the MMC driver needs some work, so for now, stay with one block. --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 6bb0d710eab..85d0d33feae 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -123,4 +123,8 @@ #define CONFIG_FPGA_ZYNQPL #define CONFIG_CMD_FPGA +/* For now, use only single block reads for the MMC */ + +#define CONFIG_SYS_MMC_MAX_BLK_COUNT 1 + #endif /* __CONFIG_ZYNQ_COMMON_H */