aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/bootblock
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-08-29 15:55:06 -0600
committerMartin Roth <martinroth@google.com>2016-09-02 18:04:48 +0200
commit26d484a237939abdc5fe47d0f8dfa879b0e07dd2 (patch)
tree166aa53fb655e541f13f7fd24f164579c7f420e5 /src/soc/intel/skylake/bootblock
parent477bc97ba0298fe03d52a0b580fd219a0958c621 (diff)
Fix newlines at the end of files
All but ga-g41m-es2l/cmos.default had multiple final newlines. ga-g41m-es2l/cmos.default had no final newline. Change-Id: Id350b513d5833bb14a2564eb789ab23b6278dcb5 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16361 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Antonello Dettori <dev@dettori.io>
Diffstat (limited to 'src/soc/intel/skylake/bootblock')
-rw-r--r--src/soc/intel/skylake/bootblock/smbus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/bootblock/smbus.c b/src/soc/intel/skylake/bootblock/smbus.c
index bb305d5192..14a9666176 100644
--- a/src/soc/intel/skylake/bootblock/smbus.c
+++ b/src/soc/intel/skylake/bootblock/smbus.c
@@ -44,4 +44,3 @@ void enable_smbus(void)
{
reg_script_run_on_dev(PCH_DEV_SMBUS, smbus_init_script);
}
-