Re: [U-Boot] [PATCH 3/5] x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics

2015-04-28 Thread Simon Glass
On 28 April 2015 at 08:12, Simon Glass  wrote:
> On 27 April 2015 at 09:22, Bin Meng  wrote:
>> Remove the ending period of the MARK_GRAPHICS_MEM_WRCOMB option. Also
>> fix the indention of its help text.
>>
>> Signed-off-by: Bin Meng 
>> ---
>>
>>  arch/x86/Kconfig | 8 
>>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> Acked-by: Simon Glass 

Applied to u-boot-x86, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 3/5] x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics

2015-04-28 Thread Simon Glass
On 27 April 2015 at 09:22, Bin Meng  wrote:
> Remove the ending period of the MARK_GRAPHICS_MEM_WRCOMB option. Also
> fix the indention of its help text.
>
> Signed-off-by: Bin Meng 
> ---
>
>  arch/x86/Kconfig | 8 
>  1 file changed, 4 insertions(+), 4 deletions(-)

Acked-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 3/5] x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics

2015-04-27 Thread Bin Meng
Remove the ending period of the MARK_GRAPHICS_MEM_WRCOMB option. Also
fix the indention of its help text.

Signed-off-by: Bin Meng 
---

 arch/x86/Kconfig | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 43062cd..2387fb7 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -181,12 +181,12 @@ config X86_RAMTEST
  detecting obvious failures.
 
 config MARK_GRAPHICS_MEM_WRCOMB
-   bool "Mark graphics memory as write-combining."
+   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.
+ 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.
 
 menu "Display"
 
-- 
1.8.2.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot