diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-13 11:42:12 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-18 07:00:27 +0000 |
commit | c4b70276ed525bfcc59320b72bcd7c8cd13b78f0 (patch) | |
tree | 2258b8340dc702bb33adbae752575a29f8b8a7f6 /src/mainboard/asrock | |
parent | 189e753cbfc3b3b2c7cca70215610fb3da6267be (diff) | |
download | coreboot-c4b70276ed525bfcc59320b72bcd7c8cd13b78f0.tar.xz |
src: Remove leading blank lines from SPDX header
Change-Id: I8a207e30a73d10fe67c0474ff11324ae99e2cec6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41360
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r-- | src/mainboard/asrock/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/asrock/b75pro3-m/Makefile.inc | 3 | ||||
-rw-r--r-- | src/mainboard/asrock/e350m1/Makefile.inc | 3 | ||||
-rw-r--r-- | src/mainboard/asrock/g41c-gs/cmos.layout | 3 | ||||
-rw-r--r-- | src/mainboard/asrock/h110m/Makefile.inc | 3 | ||||
-rw-r--r-- | src/mainboard/asrock/h110m/cmos.layout | 3 | ||||
-rw-r--r-- | src/mainboard/asrock/h81m-hds/cmos.layout | 3 | ||||
-rw-r--r-- | src/mainboard/asrock/imb-a180/Makefile.inc | 3 |
8 files changed, 0 insertions, 24 deletions
diff --git a/src/mainboard/asrock/Kconfig b/src/mainboard/asrock/Kconfig index f6e9a0bbd7..3fe439728d 100644 --- a/src/mainboard/asrock/Kconfig +++ b/src/mainboard/asrock/Kconfig @@ -1,6 +1,3 @@ -## -## -## ## SPDX-License-Identifier: GPL-2.0-only if VENDOR_ASROCK diff --git a/src/mainboard/asrock/b75pro3-m/Makefile.inc b/src/mainboard/asrock/b75pro3-m/Makefile.inc index 58d309e956..e4b6fbf0f0 100644 --- a/src/mainboard/asrock/b75pro3-m/Makefile.inc +++ b/src/mainboard/asrock/b75pro3-m/Makefile.inc @@ -1,6 +1,3 @@ -## -## -## ## SPDX-License-Identifier: GPL-2.0-only bootblock-y += gpio.c diff --git a/src/mainboard/asrock/e350m1/Makefile.inc b/src/mainboard/asrock/e350m1/Makefile.inc index db9b1b68cb..549801d78f 100644 --- a/src/mainboard/asrock/e350m1/Makefile.inc +++ b/src/mainboard/asrock/e350m1/Makefile.inc @@ -1,6 +1,3 @@ -# -# -# # SPDX-License-Identifier: GPL-2.0-only bootblock-y += bootblock.c diff --git a/src/mainboard/asrock/g41c-gs/cmos.layout b/src/mainboard/asrock/g41c-gs/cmos.layout index de5066b56f..f90467cdb9 100644 --- a/src/mainboard/asrock/g41c-gs/cmos.layout +++ b/src/mainboard/asrock/g41c-gs/cmos.layout @@ -1,6 +1,3 @@ -## -## -## ## SPDX-License-Identifier: GPL-2.0-only # ----------------------------------------------------------------- diff --git a/src/mainboard/asrock/h110m/Makefile.inc b/src/mainboard/asrock/h110m/Makefile.inc index edf0e1088a..e8ff53e6e8 100644 --- a/src/mainboard/asrock/h110m/Makefile.inc +++ b/src/mainboard/asrock/h110m/Makefile.inc @@ -1,6 +1,3 @@ -## -## -## ## SPDX-License-Identifier: GPL-2.0-only subdirs-y += spd diff --git a/src/mainboard/asrock/h110m/cmos.layout b/src/mainboard/asrock/h110m/cmos.layout index 588a27b024..8c2244fa55 100644 --- a/src/mainboard/asrock/h110m/cmos.layout +++ b/src/mainboard/asrock/h110m/cmos.layout @@ -1,6 +1,3 @@ -## -## -## ## SPDX-License-Identifier: GPL-2.0-only # ----------------------------------------------------------------- diff --git a/src/mainboard/asrock/h81m-hds/cmos.layout b/src/mainboard/asrock/h81m-hds/cmos.layout index 42fac4b778..e03d040796 100644 --- a/src/mainboard/asrock/h81m-hds/cmos.layout +++ b/src/mainboard/asrock/h81m-hds/cmos.layout @@ -1,6 +1,3 @@ -## -## -## ## SPDX-License-Identifier: GPL-2.0-only # ----------------------------------------------------------------- diff --git a/src/mainboard/asrock/imb-a180/Makefile.inc b/src/mainboard/asrock/imb-a180/Makefile.inc index db9b1b68cb..549801d78f 100644 --- a/src/mainboard/asrock/imb-a180/Makefile.inc +++ b/src/mainboard/asrock/imb-a180/Makefile.inc @@ -1,6 +1,3 @@ -# -# -# # SPDX-License-Identifier: GPL-2.0-only bootblock-y += bootblock.c |