Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/54302 )
Change subject: Kconfig: Fix BOOT_DEVICE_MEMORY_MAPPED ......................................................................
Kconfig: Fix BOOT_DEVICE_MEMORY_MAPPED
Also non SPI x86 is memory mapped.
Change-Id: I9c21e87d3375220a50645e0bf8b56fd23983f0c0 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/54302/1
diff --git a/src/Kconfig b/src/Kconfig index fe325e8..9a2aa22 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -583,7 +583,7 @@
config BOOT_DEVICE_MEMORY_MAPPED bool - default y if ARCH_X86 && BOOT_DEVICE_SPI_FLASH + default y if ARCH_X86 default n help Inform system if SPI is memory-mapped or not.