From: Tony Breeds Date: Tue, 5 May 2009 00:52:02 +0000 (+1000) Subject: Up LOAD_BUFFER_SIZE to 25Mb. X-Git-Tag: yaboot-1.3.17-rc1~28^2~5 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=0df88bef1fd2fb7bba04a7381bd8fe05ee2b230c;ds=sidebyside Up LOAD_BUFFER_SIZE to 25Mb. 20MB is already too small for some distro installers. Signed-off-by: Tony Breeds --- diff --git a/second/fs_of.c b/second/fs_of.c index 5c7dd9b..f6bf50f 100644 --- a/second/fs_of.c +++ b/second/fs_of.c @@ -45,7 +45,7 @@ #include "debug.h" #define LOAD_BUFFER_POS 0x1000000 -#define LOAD_BUFFER_SIZE 0x1400000 +#define LOAD_BUFFER_SIZE 0x1800000 static int of_open(struct boot_file_t* file, struct partition_t* part, struct boot_fspec_t* fspec);