diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-09-25 22:48:00 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-09-27 15:44:44 +0200 |
commit | d3284a69772c84c7d9ff7f486837fd970a4ea717 (patch) | |
tree | 519a0e6beefa0540f1a82204688a57495b05975b /src/northbridge/intel/gm45 | |
parent | 2e77e0aa3fa9d2fd7b65f19c6fcabcbcfba7be2d (diff) |
nb/intel/*/gma.c: remove spaces at the fake vbt generation
Padding the VBT id string is now done automatically.
Change-Id: I8f9baf7b1585026bc29b82d07e451aa11e284ffb
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/16740
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge/intel/gm45')
-rw-r--r-- | src/northbridge/intel/gm45/gma.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/northbridge/intel/gm45/gma.c b/src/northbridge/intel/gm45/gma.c index 14f695e919..0545ba5964 100644 --- a/src/northbridge/intel/gm45/gma.c +++ b/src/northbridge/intel/gm45/gma.c @@ -740,8 +740,7 @@ static void gma_func0_init(struct device *dev) } /* Linux relies on VBT for panel info. */ - generate_fake_intel_oprom(&conf->gfx, dev, - "$VBT CANTIGA "); + generate_fake_intel_oprom(&conf->gfx, dev, "$VBT CANTIGA"); } } |