diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-07-06 16:31:34 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-14 18:03:18 -0600 |
commit | 9e3a7c9bac35d47b7a021e311147ba0b5a128b08 (patch) | |
tree | 5cf1afdfe9f930cd2a8254f270418f746adad94c /arch | |
parent | 786a08e0dd3d0505e10cc93622ce5db696c627e9 (diff) | |
download | u-boot-imx-9e3a7c9bac35d47b7a021e311147ba0b5a128b08.zip u-boot-imx-9e3a7c9bac35d47b7a021e311147ba0b5a128b08.tar.gz u-boot-imx-9e3a7c9bac35d47b7a021e311147ba0b5a128b08.tar.bz2 |
x86: Remove MARK_GRAPHICS_MEM_WRCOMB
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8381a3b..cbbaa4f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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 |