]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Alter MMC to use only 1 block for now
authorJohn Linn <john.linn@xilinx.com>
Fri, 1 Jun 2012 22:20:09 +0000 (15:20 -0700)
committerJohn Linn <john.linn@xilinx.com>
Fri, 1 Jun 2012 22:42:58 +0000 (15:42 -0700)
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

index 6bb0d710eab97002ecd26b0ea219a547cef4a0e4..85d0d33feaecf96089c931f8989b052221bca710 100644 (file)
 #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 */