diff options
Diffstat (limited to 'src/drivers/maxim')
-rw-r--r-- | src/drivers/maxim/max77686/Kconfig | 1 | ||||
-rw-r--r-- | src/drivers/maxim/max77686/Makefile.inc | 1 | ||||
-rw-r--r-- | src/drivers/maxim/max77686/max77686.c | 1 | ||||
-rw-r--r-- | src/drivers/maxim/max77686/max77686.h | 1 | ||||
-rw-r--r-- | src/drivers/maxim/max77802/max77802.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/maxim/max77686/Kconfig b/src/drivers/maxim/max77686/Kconfig index 72229b434d..51352f60e8 100644 --- a/src/drivers/maxim/max77686/Kconfig +++ b/src/drivers/maxim/max77686/Kconfig @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/drivers/maxim/max77686/Makefile.inc b/src/drivers/maxim/max77686/Makefile.inc index 6f9ae904af..36238af460 100644 --- a/src/drivers/maxim/max77686/Makefile.inc +++ b/src/drivers/maxim/max77686/Makefile.inc @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/drivers/maxim/max77686/max77686.c b/src/drivers/maxim/max77686/max77686.c index 9acb459207..78d369c727 100644 --- a/src/drivers/maxim/max77686/max77686.c +++ b/src/drivers/maxim/max77686/max77686.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include <console/console.h> diff --git a/src/drivers/maxim/max77686/max77686.h b/src/drivers/maxim/max77686/max77686.h index 25b7f49cb3..f772814218 100644 --- a/src/drivers/maxim/max77686/max77686.h +++ b/src/drivers/maxim/max77686/max77686.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __MAX77686_H_ diff --git a/src/drivers/maxim/max77802/max77802.h b/src/drivers/maxim/max77802/max77802.h index f8bb631d71..5823269514 100644 --- a/src/drivers/maxim/max77802/max77802.h +++ b/src/drivers/maxim/max77802/max77802.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __MAX77802_H_ |