]> git.ozlabs.org Git - petitboot/commitdiff
Use static array for parsers
authorGeoff Levand <geoff@infradead.org>
Sat, 17 Mar 2012 05:06:03 +0000 (22:06 -0700)
committerGeoff Levand <geoff@infradead.org>
Sat, 17 Mar 2012 05:16:41 +0000 (22:16 -0700)
Change the parser structure array implementation from using an
array in a seperate parsers section to a static array of pointers
in parser.c.  Parser priority is now set by the position in the
new parsers array.

Signed-off-by: Geoff Levand <geoff@infradead.org>

No differences found