Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27106
to look at the new patch set (#2).
Change subject: [WIP]layout.c: Use a linked lists for layout ......................................................................
[WIP]layout.c: Use a linked lists for layout
This uses sys/queue.h to use a linked list for the struct flashrom_layout instead of using an fix sized array.
This also removes the global variable in the layout.c file.
Change-Id: Id7f48ac613da1590f30247bee979034cf1f74e9e Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M cli_classic.c M flash.h M flashrom.c M ich_descriptors.c M ich_descriptors.h M layout.c M layout.h M libflashrom.c 8 files changed, 123 insertions(+), 103 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/06/27106/2