HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37078 )
Change subject: Kconfig: Remove not found sources ......................................................................
Kconfig: Remove not found sources
Change-Id: I3691a4162eecbd48321348e136f72b73da74e225 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/intel/Kconfig M src/soc/intel/Kconfig 2 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/37078/1
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig index 10fa701..c21de59 100644 --- a/src/cpu/intel/Kconfig +++ b/src/cpu/intel/Kconfig @@ -9,7 +9,6 @@ source src/cpu/intel/model_1067x/Kconfig source src/cpu/intel/model_106cx/Kconfig source src/cpu/intel/model_206ax/Kconfig -source src/cpu/intel/fsp_model_406dx/Kconfig source src/cpu/intel/model_2065x/Kconfig source src/cpu/intel/model_f2x/Kconfig source src/cpu/intel/model_f3x/Kconfig diff --git a/src/soc/intel/Kconfig b/src/soc/intel/Kconfig index b8befc0..1eebeb6 100644 --- a/src/soc/intel/Kconfig +++ b/src/soc/intel/Kconfig @@ -5,8 +5,6 @@ source "src/soc/intel/broadwell/Kconfig" source "src/soc/intel/cannonlake/Kconfig" source "src/soc/intel/denverton_ns/Kconfig" -source "src/soc/intel/fsp_baytrail/Kconfig" -source "src/soc/intel/fsp_broadwell_de/Kconfig" source "src/soc/intel/quark/Kconfig" source "src/soc/intel/skylake/Kconfig" source "src/soc/intel/icelake/Kconfig"
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37078 )
Change subject: Kconfig: Remove not found sources ......................................................................
Patch Set 1: Code-Review+2
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37078 )
Change subject: Kconfig: Remove not found sources ......................................................................
Patch Set 1: Code-Review+2
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37078 )
Change subject: Kconfig: Remove not found sources ......................................................................
Patch Set 1:
Submitting early, these were sort-of overlooked with previous tree removals.
Kyösti Mälkki has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37078 )
Change subject: Kconfig: Remove not found sources ......................................................................
Kconfig: Remove not found sources
Change-Id: I3691a4162eecbd48321348e136f72b73da74e225 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/37078 Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-by: Arthur Heymans arthur@aheymans.xyz Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/cpu/intel/Kconfig M src/soc/intel/Kconfig 2 files changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved Arthur Heymans: Looks good to me, approved
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig index 10fa701..c21de59 100644 --- a/src/cpu/intel/Kconfig +++ b/src/cpu/intel/Kconfig @@ -9,7 +9,6 @@ source src/cpu/intel/model_1067x/Kconfig source src/cpu/intel/model_106cx/Kconfig source src/cpu/intel/model_206ax/Kconfig -source src/cpu/intel/fsp_model_406dx/Kconfig source src/cpu/intel/model_2065x/Kconfig source src/cpu/intel/model_f2x/Kconfig source src/cpu/intel/model_f3x/Kconfig diff --git a/src/soc/intel/Kconfig b/src/soc/intel/Kconfig index b8befc0..1eebeb6 100644 --- a/src/soc/intel/Kconfig +++ b/src/soc/intel/Kconfig @@ -5,8 +5,6 @@ source "src/soc/intel/broadwell/Kconfig" source "src/soc/intel/cannonlake/Kconfig" source "src/soc/intel/denverton_ns/Kconfig" -source "src/soc/intel/fsp_baytrail/Kconfig" -source "src/soc/intel/fsp_broadwell_de/Kconfig" source "src/soc/intel/quark/Kconfig" source "src/soc/intel/skylake/Kconfig" source "src/soc/intel/icelake/Kconfig"