Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/67906
to look at the new patch set (#2).
Change subject: ft2232_spi.c: Add struct for programmer params ......................................................................
ft2232_spi.c: Add struct for programmer params
Introduce a struct to store ft2232_spi programmer parameters. This struct allows separating the parsing of programmer params from the code that uses the values, which should allow specifying parameter values directly into this struct. Introduce a pointer to reference struct members to reduce diffstat noise in subsequent commits.
Change-Id: I36b9f5f8481907bd605e9310bef08592bb7d9827 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M ft2232_spi.c 1 file changed, 127 insertions(+), 94 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/06/67906/2