From e07f432695a113f1d1759e72e7fa4866cf49289b Mon Sep 17 00:00:00 2001 From: John Linn Date: Fri, 1 Jun 2012 15:20:09 -0700 Subject: [PATCH] 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. --- include/configs/zynq_common.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.47.3