]> git.ozlabs.org Git - yaboot.git/blobdiff - second/fs_of.c
fs_of: Increase the LOAD_BUFFER_SIZE to 32MB
[yaboot.git] / second / fs_of.c
index fc88e8e49c889f7596733ded3e28d9d8af0126f0..13f5e2cd93acc1b7ec8292a59e7a15b694251dc9 100644 (file)
@@ -44,7 +44,7 @@
 #include "errors.h"
 #include "debug.h"
 
-#define LOAD_BUFFER_SIZE       0x1800000
+#define LOAD_BUFFER_SIZE       0x2000000
 
 static int of_open(struct boot_file_t* file,
                   struct partition_t* part, struct boot_fspec_t* fspec);