the following patch was just integrated into master: commit 2dc8b77d0e95dbb90a99ff5dc2b162b805faba18 Author: Furquan Shaikh furquan@chromium.org Date: Mon Dec 5 21:02:09 2016 -0800
soc/intel/skylake: Remove unwanted spi_release call
Skylake uses a special SPI Flash controller and does not require spi_claim_bus and spi_release_bus functionality. This was a leftover call from earlier cleanup, so remove it.
Change-Id: Iea260813cf72b94b7e7c661dbe494a74351dc357 Signed-off-by: Furquan Shaikh furquan@chromium.org Reviewed-on: https://review.coreboot.org/17729 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See https://review.coreboot.org/17729 for details.
-gerrit