mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-05 18:08:15 -04:00
i.MX28: Make use of the bounce buffer
This allows i.MX28 MMC host to fully utilize DMA transfers and caches, greatly improving speed. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
3687c4155a
commit
b3541c1ac9
@ -140,6 +140,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifdef CONFIG_CMD_MMC
|
#ifdef CONFIG_CMD_MMC
|
||||||
#define CONFIG_MMC
|
#define CONFIG_MMC
|
||||||
|
#define CONFIG_MMC_BOUNCE_BUFFER
|
||||||
#define CONFIG_GENERIC_MMC
|
#define CONFIG_GENERIC_MMC
|
||||||
#define CONFIG_MXS_MMC
|
#define CONFIG_MXS_MMC
|
||||||
#endif
|
#endif
|
||||||
|
@ -138,6 +138,7 @@
|
|||||||
#ifdef CONFIG_CMD_MMC
|
#ifdef CONFIG_CMD_MMC
|
||||||
#define CONFIG_MMC
|
#define CONFIG_MMC
|
||||||
#define CONFIG_GENERIC_MMC
|
#define CONFIG_GENERIC_MMC
|
||||||
|
#define CONFIG_MMC_BOUNCE_BUFFER
|
||||||
#define CONFIG_MXS_MMC
|
#define CONFIG_MXS_MMC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user