summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/sysam/amcore/MAINTAINERS2
-rw-r--r--board/sysam/amcore/Makefile2
-rw-r--r--board/sysam/amcore/amcore.c2
-rw-r--r--board/sysam/stmark2/MAINTAINERS2
-rw-r--r--board/sysam/stmark2/Makefile2
-rw-r--r--board/sysam/stmark2/sbf_dram_init.S2
-rw-r--r--board/sysam/stmark2/stmark2.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/board/sysam/amcore/MAINTAINERS b/board/sysam/amcore/MAINTAINERS
index fe5dd9bf39c..01086ef11bb 100644
--- a/board/sysam/amcore/MAINTAINERS
+++ b/board/sysam/amcore/MAINTAINERS
@@ -1,5 +1,5 @@
AMCORE BOARD
-M: Angelo Dureghello <[email protected]>
+M: Angelo Dureghello <[email protected]>
S: Maintained
F: board/sysam/amcore/
F: include/configs/amcore.h
diff --git a/board/sysam/amcore/Makefile b/board/sysam/amcore/Makefile
index 051186f0d5c..22a71f91170 100644
--- a/board/sysam/amcore/Makefile
+++ b/board/sysam/amcore/Makefile
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2014 Angelo Dureghello <[email protected]>
+# (C) Copyright 2014 Angelo Dureghello <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0+
#
diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c
index d5aa1f0776f..0ab9d97e865 100644
--- a/board/sysam/amcore/amcore.c
+++ b/board/sysam/amcore/amcore.c
@@ -2,7 +2,7 @@
/*
* Board functions for Sysam AMCORE (MCF5307 based) board
*
- * (C) Copyright 2016 Angelo Dureghello <[email protected]>
+ * (C) Copyright 2016 Angelo Dureghello <[email protected]>
*
* This file copies memory testdram() from sandburst/common/sb_common.c
*/
diff --git a/board/sysam/stmark2/MAINTAINERS b/board/sysam/stmark2/MAINTAINERS
index b87f432bb3f..f7b6e6d216f 100644
--- a/board/sysam/stmark2/MAINTAINERS
+++ b/board/sysam/stmark2/MAINTAINERS
@@ -1,5 +1,5 @@
STMARK2 BOARD
-M: Angelo Dureghello <[email protected]>
+M: Angelo Dureghello <[email protected]>
S: Maintained
F: board/sysam/stmark2/
F: include/configs/stmark2.h
diff --git a/board/sysam/stmark2/Makefile b/board/sysam/stmark2/Makefile
index 064a57ea05e..3c007567754 100644
--- a/board/sysam/stmark2/Makefile
+++ b/board/sysam/stmark2/Makefile
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2014 Angelo Dureghello <[email protected]>
+# (C) Copyright 2014 Angelo Dureghello <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0+
#
diff --git a/board/sysam/stmark2/sbf_dram_init.S b/board/sysam/stmark2/sbf_dram_init.S
index b6f38731f11..bc1a6cd20d4 100644
--- a/board/sysam/stmark2/sbf_dram_init.S
+++ b/board/sysam/stmark2/sbf_dram_init.S
@@ -2,7 +2,7 @@
/*
* Board-specific early ddr/sdram init.
*
- * (C) Copyright 2017 Angelo Dureghello <[email protected]>
+ * (C) Copyright 2017 Angelo Dureghello <[email protected]>
*/
.equ PPMCR0, 0xfc04002d
diff --git a/board/sysam/stmark2/stmark2.c b/board/sysam/stmark2/stmark2.c
index 7818f2671d5..f0bf67c4fc4 100644
--- a/board/sysam/stmark2/stmark2.c
+++ b/board/sysam/stmark2/stmark2.c
@@ -2,7 +2,7 @@
/*
* Board-specific init.
*
- * (C) Copyright 2017 Angelo Dureghello <[email protected]>
+ * (C) Copyright 2017 Angelo Dureghello <[email protected]>
*/
#include <config.h>