]> git.ozlabs.org Git - yaboot.git/blobdiff - second/cfg.c
long append="..." causes yaboot to reject entire yaboot.conf (MAX_TOKEN too small)
[yaboot.git] / second / cfg.c
index fe3f1e1b40d8c78ed4d8d396d42792582ff63904..f23e690d4807ad0b37da58d91b9ae589d879ffa3 100644 (file)
@@ -41,7 +41,7 @@ typedef struct {
      void *data;
 } CONFIG;
 
-#define MAX_TOKEN 200
+#define MAX_TOKEN 511
 #define MAX_VAR_NAME MAX_TOKEN
 #define EOF -1