Hello Patrick Rudolph, Arthur Heymans, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36431
to look at the new patch set (#2).
Change subject: soc/intel/icelake: Remove redundant dependency check in cpu.c ......................................................................
soc/intel/icelake: Remove redundant dependency check in cpu.c
This patch removes redundant dependency check related to CONFIG_BOOT_DEVICE_SPI_FLASH kconfig inside bootblock/cpu.c.
CONFIG_BOOT_DEVICE_MEMORY_MAPPED is enable if CONFIG_BOOT_DEVICE_SPI_FLASH is selected.
TEST=Able to build and boot ICL DE board.
Change-Id: I46d9ec054c4804ca756f2101085a55e91b5cc6f0 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/icelake/bootblock/cpu.c 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/36431/2