X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_of.c;h=0d5e4115b59d129d8911f6172bf9c1d1e24c31de;hp=d9caa3226be9b24a29779354cf6fded84b193fb9;hb=082669fa9dbe50221b75f444f819533333705c10;hpb=6a6a039f03909f5cdf62ef94522eb1a70b7e792d diff --git a/second/fs_of.c b/second/fs_of.c index d9caa32..0d5e411 100644 --- a/second/fs_of.c +++ b/second/fs_of.c @@ -44,7 +44,8 @@ #include "debug.h" #define LOAD_BUFFER_POS 0x600000 -#define LOAD_BUFFER_SIZE 0x400000 +/* this cannot be safely increased any further */ +#define LOAD_BUFFER_SIZE 0x600000 static int of_open(struct boot_file_t* file, const char* dev_name, struct partition_t* part, const char* file_name);