diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2017-04-22 09:35:18 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-25 18:47:35 +0200 |
commit | d06c51895e9c3e7af20054bf57464c38d8adeb16 (patch) | |
tree | b76b31f2cb8bee5f97cdf7b7460951ab4802e49d /src/soc/intel/skylake/bootblock | |
parent | 878c2de41b17443c8b358c4a3171669d8aab5ccd (diff) |
soc/intel: Unify `timestamp.inc`
These files are actually indentical, but unfortunately, the formatting
was changed without caring for the already present files. Fix that. Use
the license formatting where less lines are used.
The next step is to put that in a common location.
Change-Id: Iecb263b9d321a33e64988b315220893df2e0045c
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/19423
Tested-by: build bot (Jenkins)
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Diffstat (limited to 'src/soc/intel/skylake/bootblock')
-rw-r--r-- | src/soc/intel/skylake/bootblock/timestamp.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/soc/intel/skylake/bootblock/timestamp.inc b/src/soc/intel/skylake/bootblock/timestamp.inc index 7cae8f0e82..3115c22c67 100644 --- a/src/soc/intel/skylake/bootblock/timestamp.inc +++ b/src/soc/intel/skylake/bootblock/timestamp.inc @@ -1,10 +1,9 @@ /* * This file is part of the coreboot project. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; version 2 of - * the License. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |