]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Turn off running VGA ROM during S3 resume
authorBin Meng <bmeng.cn@gmail.com>
Thu, 12 Oct 2017 12:07:58 +0000 (05:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 19 Oct 2017 03:37:51 +0000 (11:37 +0800)
commit3322a8e1a3dd9964b249673f5922a5093bfaf201
treecf3dea722e755fb248133cc591a20915da99f9ce
parentfebdfaabc73473ca01e193e0a4be7e89e8f80cb4
x86: Turn off running VGA ROM during S3 resume

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 <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/x86/Kconfig