aboutsummaryrefslogtreecommitdiff
path: root/src/device/dram
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/dram')
-rw-r--r--src/device/dram/ddr2.c1
-rw-r--r--src/device/dram/ddr3.c1
-rw-r--r--src/device/dram/ddr4.c1
-rw-r--r--src/device/dram/ddr_common.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/device/dram/ddr2.c b/src/device/dram/ddr2.c
index db108d792a..c6d6442da8 100644
--- a/src/device/dram/ddr2.c
+++ b/src/device/dram/ddr2.c
@@ -1,4 +1,3 @@
-/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */
/**
diff --git a/src/device/dram/ddr3.c b/src/device/dram/ddr3.c
index a2fc617799..3c433a931e 100644
--- a/src/device/dram/ddr3.c
+++ b/src/device/dram/ddr3.c
@@ -1,4 +1,3 @@
-/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */
/**
diff --git a/src/device/dram/ddr4.c b/src/device/dram/ddr4.c
index b641711df1..429a9d271a 100644
--- a/src/device/dram/ddr4.c
+++ b/src/device/dram/ddr4.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <console/console.h>
#include <cbmem.h>
diff --git a/src/device/dram/ddr_common.c b/src/device/dram/ddr_common.c
index b5a5803946..c75cba7128 100644
--- a/src/device/dram/ddr_common.c
+++ b/src/device/dram/ddr_common.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/dram/common.h>
#include <types.h>