util/autoport: Break very long line
Change-Id: Id45b0970a457ad4a724b71b4887ce4a1332596be Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/30968 Reviewed-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
07b6f16063
commit
6541956e97
|
@ -10,7 +10,9 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) {
|
|||
/* 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]
|
||||
|
|
Loading…
Reference in New Issue