Attention is currently required from: Felix Singer, Edward O'Callaghan.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/68238 )
Change subject: rayer_spi.c: Roll up programmer type search logic into func ......................................................................
Patch Set 2:
(2 comments)
File rayer_spi.c:
https://review.coreboot.org/c/flashrom/+/68238/comment/f2fef1d6_e10ed986 PS2, Line 264: *prog_type = strdup(arg);
As mentioned in CB:68230, calling `get_progtype()` here and having this function "return" the prog t […]
CB:68239 does it
https://review.coreboot.org/c/flashrom/+/68238/comment/a2ef32c8_bbf03790 PS2, Line 271: static const struct rayer_programmer *find_progtype(const char *prog_type) If you want to keep CB:68239 as a separate commit, could you please move this function above `get_params()`?