You need all three commits (23258, 23259, 23262) on a single
branch.
IMO, easiest way is to check this one out (which will include 23258
as its parent) and rebase on 23262.git fetch ssh://Nico@review.coreboot.org:29418/flashrom
refs/changes/59/23259/8 && git checkout FETCH_HEAD
git fetch ssh://Nico@review.coreboot.org:29418/flashrom
refs/changes/62/23262/5 && git rebase FETCH_HEAD
git push ...
Thank you very much for your help! After a few tries I got the last command correctly ("git push origin HEAD:refs/for/master") and now it builds OK :)
> > Also its' a bit unclear to
> me, what did you mean by "add and use another class" for this
> commit. Please could you clarify?I meant you should extend the enum added by 23262 (e.g. add
SPI_EDI) and set `.spi_cmd_set = SPI_EDI,` in the flashchips.c
entry.
Completed
To view, visit change 23259. To unsubscribe, or for help writing mail filters, visit settings.