]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
x86: Remove MARK_GRAPHICS_MEM_WRCOMB
authorBin Meng <bmeng.cn@gmail.com>
Mon, 6 Jul 2015 08:31:34 +0000 (16:31 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:25 +0000 (13:29 +0200)
MARK_GRAPHICS_MEM_WRCOMB is not referenced anywhere in the code,
hence remove it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
board/google/chromebook_link/Kconfig
board/google/chromebox_panther/Kconfig

index 8381a3be6e8111ed16c6a507c489199007839a04..cbbaa4f2ce6db901a2ccf8941710332a0c696f4e 100644 (file)
@@ -188,14 +188,6 @@ config X86_RAMTEST
          to work correctly. It is not exhaustive but can save time by
          detecting obvious failures.
 
-config MARK_GRAPHICS_MEM_WRCOMB
-       bool "Mark graphics memory as write-combining"
-       default n
-       help
-         The graphics performance may increase if the graphics
-         memory is set as write-combining cache type. This option
-         enables marking the graphics memory as write-combining.
-
 config HAVE_FSP
        bool "Add an Firmware Support Package binary"
        help
index 9c8d0205a13549e0ae08e7d58ef138d4f043f164..d3644a965506aa6f6f7da0c0b82758a08b1d22b5 100644 (file)
@@ -22,7 +22,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select NORTHBRIDGE_INTEL_IVYBRIDGE
        select SOUTHBRIDGE_INTEL_C216
        select HAVE_ACPI_RESUME
-       select MARK_GRAPHICS_MEM_WRCOMB
        select BOARD_ROMSIZE_KB_8192
 
 config PCIE_ECAM_BASE
index e3604ebe311e50867c55d37f6b57bfcae7837755..d56d90378c4edcd1afd104d5bef8b8a473935e46 100644 (file)
@@ -23,7 +23,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select NORTHBRIDGE_INTEL_IVYBRIDGE
        select SOUTHBRIDGE_INTEL_C216
        select HAVE_ACPI_RESUME
-       select MARK_GRAPHICS_MEM_WRCOMB
        select BOARD_ROMSIZE_KB_8192
 
 config SYS_CAR_ADDR