commit | 5c5b525652c1624d485e6c19e433f25f36ff04d5 | [log] [tgz] |
---|---|---|
author | Stephan Guilloux <mailto:stephan.guilloux@free.fr> | Thu Jan 08 03:40:17 2009 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Thu Jan 08 03:40:17 2009 +0000 |
tree | f53f3c1f10e18fe35f858b43574eb4afe2a534c5 | |
parent | c208dfb66f2056d4817907613d7b26719b93f383 [diff] |
This patch improves machine parseability and human readability of flashchips.c The explicit initialization makes sure any future struct flashchip reordering is not needed. (Except for the case where we need arrays of some of the struct members.) Corresponding to flashrom svn r374 and coreboot v2 svn r3851. Signed-off-by: Stephan Guilloux <mailto:stephan.guilloux@free.fr> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>