diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-23 12:27:37 +0200 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-07-26 05:02:25 +0000 |
commit | 0eb32164894a4b1089b7a51615066158f08e7502 (patch) | |
tree | 46d8b3441aef6539d40694e62aacd6bf9b76c38a /src | |
parent | 6eb52534513beda06e7787ee550c02198a447d5c (diff) |
mb/asus/p5ql-em: Add default value for `gfx_uma_size`
Taken from Asus P5QPL-AM.
Change-Id: If26e98eba5d762d99991bfc06cad1b84e1f430e3
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56562
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asus/p5ql-em/cmos.default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/p5ql-em/cmos.default b/src/mainboard/asus/p5ql-em/cmos.default index 32960934e9..8aa2238942 100644 --- a/src/mainboard/asus/p5ql-em/cmos.default +++ b/src/mainboard/asus/p5ql-em/cmos.default @@ -2,3 +2,4 @@ boot_option=Fallback debug_level=Debug power_on_after_fail=Disable nmi=Enable +gfx_uma_size=64M |