]> git.ozlabs.org Git - yaboot.git/blobdiff - second/fs_of.c
Prep 1.3.13 release
[yaboot.git] / second / fs_of.c
index d9caa3226be9b24a29779354cf6fded84b193fb9..0d5e4115b59d129d8911f6172bf9c1d1e24c31de 100644 (file)
@@ -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);