diff options
Diffstat (limited to 'src/drivers/ti/tps65090')
-rw-r--r-- | src/drivers/ti/tps65090/Kconfig | 4 | ||||
-rw-r--r-- | src/drivers/ti/tps65090/Makefile.inc | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/drivers/ti/tps65090/Kconfig b/src/drivers/ti/tps65090/Kconfig index a904300221..76ebff01b3 100644 --- a/src/drivers/ti/tps65090/Kconfig +++ b/src/drivers/ti/tps65090/Kconfig @@ -12,10 +12,6 @@ ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc. -## config DRIVER_TI_TPS65090 bool diff --git a/src/drivers/ti/tps65090/Makefile.inc b/src/drivers/ti/tps65090/Makefile.inc index 663a14b184..5a5ea3f66c 100644 --- a/src/drivers/ti/tps65090/Makefile.inc +++ b/src/drivers/ti/tps65090/Makefile.inc @@ -12,9 +12,5 @@ ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc. -## ramstage-$(CONFIG_DRIVER_TI_TPS65090) += tps65090.c |