diff options
Diffstat (limited to 'src/mainboard/ti')
-rw-r--r-- | src/mainboard/ti/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/ti/beaglebone/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/ti/beaglebone/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/ti/beaglebone/bootblock.c | 1 | ||||
-rw-r--r-- | src/mainboard/ti/beaglebone/devicetree.cb | 1 | ||||
-rw-r--r-- | src/mainboard/ti/beaglebone/romstage.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/ti/Kconfig b/src/mainboard/ti/Kconfig index a565ae83ab..57dfa08740 100644 --- a/src/mainboard/ti/Kconfig +++ b/src/mainboard/ti/Kconfig @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig index d1202500cb..8a6bb1e54e 100644 --- a/src/mainboard/ti/beaglebone/Kconfig +++ b/src/mainboard/ti/beaglebone/Kconfig @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/mainboard/ti/beaglebone/Makefile.inc b/src/mainboard/ti/beaglebone/Makefile.inc index 6fccd31f16..c11cde4e13 100644 --- a/src/mainboard/ti/beaglebone/Makefile.inc +++ b/src/mainboard/ti/beaglebone/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/mainboard/ti/beaglebone/bootblock.c b/src/mainboard/ti/beaglebone/bootblock.c index 9f5f2adcb6..7e69a3dbb9 100644 --- a/src/mainboard/ti/beaglebone/bootblock.c +++ b/src/mainboard/ti/beaglebone/bootblock.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <device/mmio.h> #include <types.h> diff --git a/src/mainboard/ti/beaglebone/devicetree.cb b/src/mainboard/ti/beaglebone/devicetree.cb index 3b8c068f3d..7a97cf1109 100644 --- a/src/mainboard/ti/beaglebone/devicetree.cb +++ b/src/mainboard/ti/beaglebone/devicetree.cb @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/mainboard/ti/beaglebone/romstage.c b/src/mainboard/ti/beaglebone/romstage.c index 6e6b474b87..f1f68f9cba 100644 --- a/src/mainboard/ti/beaglebone/romstage.c +++ b/src/mainboard/ti/beaglebone/romstage.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <program_loading.h> #include <console/console.h> |