mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics
Remove the ending period of the MARK_GRAPHICS_MEM_WRCOMB option. Also fix the indention of its help text. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
029194a3c4
commit
d99b901e74
1 changed files with 4 additions and 4 deletions
|
@ -181,12 +181,12 @@ config X86_RAMTEST
|
||||||
detecting obvious failures.
|
detecting obvious failures.
|
||||||
|
|
||||||
config MARK_GRAPHICS_MEM_WRCOMB
|
config MARK_GRAPHICS_MEM_WRCOMB
|
||||||
bool "Mark graphics memory as write-combining."
|
bool "Mark graphics memory as write-combining"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
The graphics performance may increase if the graphics
|
The graphics performance may increase if the graphics
|
||||||
memory is set as write-combining cache type. This option
|
memory is set as write-combining cache type. This option
|
||||||
enables marking the graphics memory as write-combining.
|
enables marking the graphics memory as write-combining.
|
||||||
|
|
||||||
menu "Display"
|
menu "Display"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue