9
0
Fork 0

UIMAGE: improve transfer speed

Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Vicente Bergas 2012-10-15 02:22:38 +02:00 committed by Sascha Hauer
parent 27b77dc415
commit 03af6cc45c
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ static int uimage_sdram_flush(void *buf, unsigned int len)
return len;
}
#define BUFSIZ (PAGE_SIZE * 2)
#define BUFSIZ (PAGE_SIZE * 32)
struct resource *file_to_sdram(const char *filename, unsigned long adr)
{