From f7bfc34942f5dda173c30f82323e13afb2045a21 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 18 Oct 2013 11:02:46 +0300 Subject: intel: Remove GFXUMA and related global variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove use of global variables uma_memory_base and uma_memory_size from builds with Intel northbridges, as these variables can be kept within the chipset or even as stack locals. Intel platforms have no functional implemenation for option GFXUMA. If we did implement some choice between external and integrated graphics, it needs to be named in less obscure fashion. Change-Id: I12f18c4ee6bc89e65a561db6c2b514956f3e2d03 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5720 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/packardbell/ms2290/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/packardbell') diff --git a/src/mainboard/packardbell/ms2290/Kconfig b/src/mainboard/packardbell/ms2290/Kconfig index 5b71ad838c..9508aa69ab 100644 --- a/src/mainboard/packardbell/ms2290/Kconfig +++ b/src/mainboard/packardbell/ms2290/Kconfig @@ -9,7 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_INTEL_IBEXPEAK select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT - select GFXUMA select BOARD_ROMSIZE_KB_4096 select HAVE_ACPI_TABLES select HAVE_ACPI_RESUME -- cgit v1.2.3