Hello build bot (Jenkins), Patrick Georgi, Furquan Shaikh, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/em100/+/36835
to look at the new patch set (#2).
Change subject: Drop hard coded SPI flash size in firmware.c ......................................................................
Drop hard coded SPI flash size in firmware.c
Decide the flash size by examining by looking at the SPI flash id. Yes, the size can be automatically derived from from the ID number, but it makes sense to me to have people report flash chips with other IDs instead of adding some automatism. You can guess, why.
Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Change-Id: Id6851ab5017dc63ed16b5c289c17ff4ea5323d8f --- M em100.h M firmware.c M spi.c 3 files changed, 32 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/35/36835/2