payloads: Drop unneeded empty lines
Change-Id: I6faeb7c783052edc4217d2d301dbb905e1fc6a19 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44605 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
committed by
Michael Niewöhner
parent
99e0c7ddc1
commit
3ff7bcf10e
@@ -176,7 +176,6 @@ static void init_video_mode(void)
|
||||
writel(((vga_mode.hactive - 1) << 16) | (vga_mode.vactive - 1),
|
||||
DC + 0x5C);
|
||||
|
||||
|
||||
/* Write the VG configuration */
|
||||
|
||||
writel(0x290000F | vga_mode.synccfg, VG + 0x08);
|
||||
|
Reference in New Issue
Block a user