summaryrefslogtreecommitdiffstats
path: root/src/drivers/generic/bayhub
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/generic/bayhub')
-rw-r--r--src/drivers/generic/bayhub/bh720.c6
-rw-r--r--src/drivers/generic/bayhub/bh720.h6
-rw-r--r--src/drivers/generic/bayhub/chip.h2
3 files changed, 4 insertions, 10 deletions
diff --git a/src/drivers/generic/bayhub/bh720.c b/src/drivers/generic/bayhub/bh720.c
index b365132f06da..a1c555aacd18 100644
--- a/src/drivers/generic/bayhub/bh720.c
+++ b/src/drivers/generic/bayhub/bh720.c
@@ -1,10 +1,6 @@
/*
- * Driver for BayHub Technology BH720 PCI to eMMC 5.0 HS200 bridge
- *
* This file is part of the coreboot project.
*
- * Copyright 2018 Google LLC
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
@@ -15,6 +11,8 @@
* GNU General Public License for more details.
*/
+/* Driver for BayHub Technology BH720 PCI to eMMC 5.0 HS200 bridge */
+
#include <console/console.h>
#include <device/device.h>
#include <device/path.h>
diff --git a/src/drivers/generic/bayhub/bh720.h b/src/drivers/generic/bayhub/bh720.h
index ecea513bfb3a..4ee7b6a7f839 100644
--- a/src/drivers/generic/bayhub/bh720.h
+++ b/src/drivers/generic/bayhub/bh720.h
@@ -1,10 +1,6 @@
/*
- * Driver for BayHub Technology BH720 PCI to eMMC 5.0 HS200 bridge
- *
* This file is part of the coreboot project.
*
- * Copyright 2018 Google LLC
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
@@ -15,6 +11,8 @@
* GNU General Public License for more details.
*/
+/* Driver for BayHub Technology BH720 PCI to eMMC 5.0 HS200 bridge */
+
#include <types.h>
enum {
diff --git a/src/drivers/generic/bayhub/chip.h b/src/drivers/generic/bayhub/chip.h
index ea1d3bb13516..820ed1c9ec7b 100644
--- a/src/drivers/generic/bayhub/chip.h
+++ b/src/drivers/generic/bayhub/chip.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2018 Google LLC
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.