]> git.ozlabs.org Git - yaboot.git/blobdiff - second/fs_of.c
Add parseing for Vendor options aka DHCP options.
[yaboot.git] / second / fs_of.c
index 5c7dd9bee949d81b269bc761bfd00c4f539eaf2d..f6bf50f334b9a04ab5f639707b589ea0ffcfb5e8 100644 (file)
@@ -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);