Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16836
-gerrit
commit 10c1ecba3b830532aa856d64a9799fd0b8e91ab2 Author: Martin Roth martinroth@google.com Date: Fri Sep 30 14:49:09 2016 -0600
src/Kconfig: Remove duplicate source of fsp1_0/Kconfig
The FSP code was initially loaded in the chipset section, because that's where it made sense, even though the source lived in the driver tree. When the Kconfigs were updated to load files using globbing, this file got loaded twice, once in drivers and once in the chipset. Remove the initial location, and just load it in the drivers as the new FSP entries do.
Change-Id: I3e7759b7b3f294ea2ae2a0c5fdba1e85da8a0699 Signed-off-by: Martin Roth martinroth@google.com --- src/Kconfig | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig index 91b27ce..a774124 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -443,8 +443,6 @@ source "src/superio/*/*/Kconfig" comment "Embedded Controllers" source "src/ec/acpi/Kconfig" source "src/ec/*/*/Kconfig" -# FIXME move to vendorcode -source "src/drivers/intel/fsp1_0/Kconfig"
source "src/southbridge/intel/common/firmware/Kconfig" source "src/vboot/Kconfig"