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