summaryrefslogtreecommitdiffstats
path: root/src/drivers/gic
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/gic')
-rw-r--r--src/drivers/gic/gic.c1
-rw-r--r--src/drivers/gic/gic.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/gic/gic.c b/src/drivers/gic/gic.c
index ce62f3da4ad0..12cedfcf2181 100644
--- a/src/drivers/gic/gic.c
+++ b/src/drivers/gic/gic.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 <console/console.h>
diff --git a/src/drivers/gic/gic.h b/src/drivers/gic/gic.h
index 8c21d2444897..03fed63b4947 100644
--- a/src/drivers/gic/gic.h
+++ b/src/drivers/gic/gic.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef DRIVERS_GIC_H
#define DRIVERS_GIC_H