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/drivers/ti/tps65913 | |
parent | 189e753cbfc3b3b2c7cca70215610fb3da6267be (diff) |
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/drivers/ti/tps65913')
-rw-r--r-- | src/drivers/ti/tps65913/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/ti/tps65913/Makefile.inc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/ti/tps65913/Kconfig b/src/drivers/ti/tps65913/Kconfig index e2f023576e..2fc980622b 100644 --- a/src/drivers/ti/tps65913/Kconfig +++ b/src/drivers/ti/tps65913/Kconfig @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only config DRIVERS_TI_TPS65913_RTC diff --git a/src/drivers/ti/tps65913/Makefile.inc b/src/drivers/ti/tps65913/Makefile.inc index 3c2b62cdf3..acadae9282 100644 --- a/src/drivers/ti/tps65913/Makefile.inc +++ b/src/drivers/ti/tps65913/Makefile.inc @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only ramstage-$(CONFIG_DRIVERS_TI_TPS65913_RTC) += tps65913rtc.c |