2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00
xcat-dep/yaboot/yaboot-promclaim.patch
yinle df2c89b8fe rebuild yaboot with 3.17-rc1
Former-commit-id: 91ef9e0f57310d48d3d67df86388c5a9977984df
2011-06-27 15:03:35 +00:00

13 lines
510 B
Diff

diff -ur yaboot-1.3.17-rc1/second/fs_of.c yaboot-1.3.17-rc1-promclaim/second/fs_of.c
--- yaboot-1.3.17-rc1/second/fs_of.c 2011-06-01 22:49:52.036062925 -0400
+++ yaboot-1.3.17-rc1-promclaim/second/fs_of.c 2011-06-22 05:05:03.056063235 -0400
@@ -44,7 +44,7 @@
#include "errors.h"
#include "debug.h"
-#define LOAD_BUFFER_SIZE 0x1800000
+#define LOAD_BUFFER_SIZE 0x2000000
static int of_open(struct boot_file_t* file,
struct partition_t* part, struct boot_fspec_t* fspec);