Similarly to flashchips array, this patch intends to make the table
authorStephan Guilloux <stephan.guilloux@free.fr>
Thu, 15 Jan 2009 00:48:24 +0000 (00:48 +0000)
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Thu, 15 Jan 2009 00:48:24 +0000 (00:48 +0000)
commitd860763e731e56aa57d6689a85ac020f9ac59de6
treedd10c7b6b5b1398f34b4f3c141fc2b4601ca3450
parent3462462b2a140c5a9f9dfcf93f2590cc6a37274d
Similarly to flashchips array, this patch intends to make the table
board_pciid_enables more readable.

Signed-off-by: Stephan Guilloux <stephan.guilloux@free.fr>
> What real problem does this solve?

1. Next time someone adds a new struct member, we avoid mistakes of
ordering of initializers
2. we avoid mistakes in the first place.

The .x = y stuff was added for a (good) reason, I think this is an
improvement.
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3861 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/flashrom/board_enable.c