soc,mb/intel: clean up remaining FSP2.0 socs/boards
Remove CONFIG_...FSP2.0 based if-switches from FSP2.0-only socs/boards Change-Id: Iae92dc2e2328b14c78ac686aaf326bd68430933b Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36279 Reviewed-by: Michael Niewöhner Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Nico Huber
parent
7ef19036fb
commit
b17f3d3d3c
@@ -37,9 +37,9 @@ romstage-y += reg_access.c
|
||||
romstage-$(CONFIG_STORAGE_TEST) += storage_test.c
|
||||
romstage-y += tsc_freq.c
|
||||
romstage-$(CONFIG_ENABLE_BUILTIN_HSUART1) += uart_common.c
|
||||
romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += reset.c
|
||||
romstage-y += reset.c
|
||||
|
||||
postcar-y += fsp2_0.c
|
||||
postcar-y += fsp_params.c
|
||||
postcar-y += i2c.c
|
||||
postcar-y += memmap.c
|
||||
postcar-y += reg_access.c
|
||||
@@ -49,14 +49,14 @@ postcar-$(CONFIG_ENABLE_BUILTIN_HSUART1) += uart_common.c
|
||||
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi.c
|
||||
ramstage-y += chip.c
|
||||
ramstage-y += ehci.c
|
||||
ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp2_0.c
|
||||
ramstage-y += fsp_params.c
|
||||
ramstage-y += gpio_i2c.c
|
||||
ramstage-y += i2c.c
|
||||
ramstage-y += lpc.c
|
||||
ramstage-y += memmap.c
|
||||
ramstage-y += northcluster.c
|
||||
ramstage-y += reg_access.c
|
||||
ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += reset.c
|
||||
ramstage-y += reset.c
|
||||
ramstage-y += sd.c
|
||||
ramstage-y += spi.c
|
||||
ramstage-y += spi_debug.c
|
||||
|
Reference in New Issue
Block a user