X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_of.c;h=f6bf50f334b9a04ab5f639707b589ea0ffcfb5e8;hp=5c7dd9bee949d81b269bc761bfd00c4f539eaf2d;hb=0df88bef1fd2fb7bba04a7381bd8fe05ee2b230c;hpb=8e64db245a2d402dc89fa1f68a3789203815b238;ds=inline 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);