diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-10-18 11:02:46 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-19 17:20:13 +0200 |
commit | f7bfc34942f5dda173c30f82323e13afb2045a21 (patch) | |
tree | bc8d842c28596c39b1a71bdab2618958544d7fa1 /src/mainboard/lenovo/t520 | |
parent | 5f098072295c1943e389bc6af7741eb2b8397b11 (diff) | |
download | coreboot-f7bfc34942f5dda173c30f82323e13afb2045a21.tar.xz |
intel: Remove GFXUMA and related global variables
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 <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5720
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/lenovo/t520')
-rw-r--r-- | src/mainboard/lenovo/t520/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig index 196d73d343..baf86a8866 100644 --- a/src/mainboard/lenovo/t520/Kconfig +++ b/src/mainboard/lenovo/t520/Kconfig @@ -14,7 +14,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_CMOS_DEFAULT select HAVE_ACPI_RESUME select HAVE_SMI_HANDLER - select GFXUMA select EARLY_CBMEM_INIT # Workaround for EC/KBC IRQ1. |