Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30968
Change subject: util/autoport: Break very long line ......................................................................
util/autoport: Break very long line
Change-Id: Id45b0970a457ad4a724b71b4887ce4a1332596be Signed-off-by: Angel Pons th3fanbus@gmail.com --- M util/autoport/sandybridge.go 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/30968/1
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 4f08ad9..41ac96d 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -10,7 +10,9 @@ /* FIXME:XX Move this somewhere else. */ MainboardIncludes = append(MainboardIncludes, "drivers/intel/gma/int15.h") MainboardEnable += (` /* FIXME: fix those values*/ - install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, GMA_INT15_PANEL_FIT_DEFAULT, GMA_INT15_BOOT_DISPLAY_DEFAULT, 0); + install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, + GMA_INT15_PANEL_FIT_DEFAULT, + GMA_INT15_BOOT_DISPLAY_DEFAULT, 0); `)
pchLVDS := inteltool.IGD[0xe1180]