From d3284a69772c84c7d9ff7f486837fd970a4ea717 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 25 Sep 2016 22:48:00 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/16740 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/northbridge/intel/sandybridge/gma_sandybridge_lvds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/intel/sandybridge/gma_sandybridge_lvds.c') diff --git a/src/northbridge/intel/sandybridge/gma_sandybridge_lvds.c b/src/northbridge/intel/sandybridge/gma_sandybridge_lvds.c index 3b4b64c3d8..c2c8087b78 100644 --- a/src/northbridge/intel/sandybridge/gma_sandybridge_lvds.c +++ b/src/northbridge/intel/sandybridge/gma_sandybridge_lvds.c @@ -479,7 +479,7 @@ int i915lightup_sandy(const struct i915_gpu_controller_info *info, /* Linux relies on VBT for panel info. */ generate_fake_intel_oprom(info, dev_find_slot(0, PCI_DEVFN(2, 0)), - "$VBT SNB/IVB-MOBILE "); + "$VBT SNB/IVB-MOBILE"); return 1; } -- cgit v1.2.3