]> git.ozlabs.org Git - petitboot/commitdiff
discover/yaboot: Remove known_names list
authorJeremy Kerr <jk@ozlabs.org>
Tue, 14 Jan 2014 03:04:54 +0000 (11:04 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 14 Jan 2014 03:07:03 +0000 (11:07 +0800)
The known_names list only duplicates the arg matching we do in the body
of the parser, and so introduces a problem when the array becomes out of
sync.

We drop the priority of the "unknown name" messages to pb_debug, as this
isn't really imporant unless we're debugging.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found