From 03af6cc45c52cc70532ec1e8a7b64a8b48c4f7cc Mon Sep 17 00:00:00 2001 From: Vicente Bergas Date: Mon, 15 Oct 2012 02:22:38 +0200 Subject: UIMAGE: improve transfer speed Signed-off-by: Vicente Bergas Signed-off-by: Sascha Hauer --- common/uimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/uimage.c') diff --git a/common/uimage.c b/common/uimage.c index c72db417a5..b58dff1dd2 100644 --- a/common/uimage.c +++ b/common/uimage.c @@ -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) { -- cgit v1.2.3