Hello Kyösti Mälkki, HAOUAS Elyes, Arthur Heymans, build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38171
to look at the new patch set (#2).
Change subject: drivers/spi/flashconsole: Fix shadowing local variable ......................................................................
drivers/spi/flashconsole: Fix shadowing local variable
Commit c9b13594eb8d425e54a126b5c10e3f6fbc41528b removed the g_ prefix from global variables, leaving the local "offset" variable shadowing the global one. This commit partially reverts this by adding a l_ prefix to one of the occations and converts the flushing logic to work on the global object.
Change-Id: I246ebdcfd3b973e6a4aa3c15fc5f32497dcf8398 Signed-off-by: Johanna Schander coreboot@mimoja.de --- M src/drivers/spi/flashconsole.c 1 file changed, 6 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/38171/2