Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10971
-gerrit
commit ef6a6a4723a8242e25ce1ec0dfbaf3105fc61c0b Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Fri Jul 17 13:32:30 2015 -0700
skylake: fix whitespace
Found by commit hook.
Change-Id: Ic4090106b4b9db7ed9f5de9ed1d439e5bb49039c Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- src/mainboard/intel/sklrvp/gpio_rvp3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/intel/sklrvp/gpio_rvp3.h b/src/mainboard/intel/sklrvp/gpio_rvp3.h index b4daa11..c0dbb13 100644 --- a/src/mainboard/intel/sklrvp/gpio_rvp3.h +++ b/src/mainboard/intel/sklrvp/gpio_rvp3.h @@ -206,7 +206,7 @@ static const GPIO_INIT_CONFIG GpioTableRvp3[] = { GpioOutDefault, GpioIntLvlEdgDis | GpioIntApic, GpioResetDeep, GpioTermNone}}, {GPIO_LP_GPP_E3, {GpioPadModeGpio, GpioHostOwnGpio, GpioDirInOut, - GpioOutLow, GpioIntLevel | GpioIntDis, GpioResetDeep, + GpioOutLow, GpioIntLevel | GpioIntDis, GpioResetDeep, GpioTermNone}}, {GPIO_LP_GPP_E4, {GpioPadModeNative1, GpioHostOwnGpio, GpioDirNone, GpioOutDefault, GpioIntDis, GpioResetDeep,GpioTermNone}},