]> Git Repo - J-u-boot.git/commit
MMC: Max blocks value adjustable
authorMatt Waddel <[email protected]>
Thu, 24 Feb 2011 16:35:23 +0000 (16:35 +0000)
committerAndy Fleming <[email protected]>
Wed, 13 Apr 2011 11:35:22 +0000 (06:35 -0500)
commitce0fbcd2e1bd8c7b0975589b9853f3e8914aa406
tree3e21648aaaee68b050ea9f5f6bafa16a86a82e7a
parentb44c70837a87bcd92b76a94e49b85d7656cb2a11
MMC: Max blocks value adjustable

The maximum blocks value was hardcoded to 65535 due to a 16 bit
register length.  The value can change for different platforms.
This patch makes the default the current value of 65535, but it
is configurable for other platforms.

Signed-off-by: Matt Waddel <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
drivers/mmc/mmc.c
This page took 0.034075 seconds and 4 git commands to generate.