diff options
Diffstat (limited to 'tests/device')
-rw-r--r-- | tests/device/Makefile.inc | 1 | ||||
-rw-r--r-- | tests/device/i2c-test.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/device/Makefile.inc b/tests/device/Makefile.inc index 2bd6bb6a21..10223c52cc 100644 --- a/tests/device/Makefile.inc +++ b/tests/device/Makefile.inc @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. tests-y += i2c-test diff --git a/tests/device/i2c-test.c b/tests/device/i2c-test.c index c4fa812d44..9303456261 100644 --- a/tests/device/i2c-test.c +++ b/tests/device/i2c-test.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdarg.h> #include <stddef.h> |