Re: [U-Boot] [PATCH 2/2] x86: Turn off running VGA ROM during S3 resume

2017-10-18 Thread Bin Meng
On Fri, Oct 13, 2017 at 7:09 PM, Stefan Roese wrote: > On 12.10.2017 14:07, Bin Meng wrote: >> >> This is only needed when graphics console is used. For kernel with >> native graphics driver, this can be turned off to speed up. >> >> Change this option's default to n in the Kconfig. >> >> Signed-o

Re: [U-Boot] [PATCH 2/2] x86: Turn off running VGA ROM during S3 resume

2017-10-13 Thread Stefan Roese
On 12.10.2017 14:07, Bin Meng wrote: This is only needed when graphics console is used. For kernel with native graphics driver, this can be turned off to speed up. Change this option's default to n in the Kconfig. Signed-off-by: Bin Meng --- arch/x86/Kconfig | 1 - 1 file changed, 1 deleti

[U-Boot] [PATCH 2/2] x86: Turn off running VGA ROM during S3 resume

2017-10-12 Thread Bin Meng
This is only needed when graphics console is used. For kernel with native graphics driver, this can be turned off to speed up. Change this option's default to n in the Kconfig. Signed-off-by: Bin Meng --- arch/x86/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/Kconfig b/ar