X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_of.c;h=0d5e4115b59d129d8911f6172bf9c1d1e24c31de;hp=2c848264969512074621e36d3e308220c9ed0154;hb=082669fa9dbe50221b75f444f819533333705c10;hpb=2ad0d7649e5042cad43a16b4a03bf53f39948316 diff --git a/second/fs_of.c b/second/fs_of.c index 2c84826..0d5e411 100644 --- a/second/fs_of.c +++ b/second/fs_of.c @@ -1,7 +1,7 @@ /* * fs_of.c - an implementation for OpenFirmware supported filesystems * - * Copyright (C) 2001 Ethan Benson + * Copyright (C) 2001, 2002 Ethan Benson * * Copyright (C) 1999 Benjamin Herrenschmidt * @@ -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);