X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=second%2Ffs_of.c;h=13f5e2cd93acc1b7ec8292a59e7a15b694251dc9;hb=3307377768008d05c9fdb6506bcee18d030da66b;hp=fc88e8e49c889f7596733ded3e28d9d8af0126f0;hpb=e915b0ad8c6b5a2fa25c59bd56ae752f8c2c799d;p=yaboot.git diff --git a/second/fs_of.c b/second/fs_of.c index fc88e8e..13f5e2c 100644 --- a/second/fs_of.c +++ b/second/fs_of.c @@ -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);