summaryrefslogtreecommitdiff
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2023-07-10 14:35:49 +0200
committerMichal Simek <[email protected]>2023-07-21 09:00:38 +0200
commit174d728471d50415fb60f4bcb560d0552591dfba (patch)
tree844c362b5afcd1a133c0d1aec4e4d0f6d07a31a3 /arch/microblaze
parent378f4eef09e9d7eb09bf06643d7358abb3b0aec6 (diff)
arm64: zynqmp: Switch to amd.com emails
Update my and DPs email address to match current setup. Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/aba5b19b9c5a95608829e86ad5cc4671c940f1bb.1688992543.git.michal.simek@amd.com
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/cpu/spl.c2
-rw-r--r--arch/microblaze/cpu/u-boot-spl.lds2
-rw-r--r--arch/microblaze/include/asm/spl.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/microblaze/cpu/spl.c b/arch/microblaze/cpu/spl.c
index eaa095ba99f..c21beafdb81 100644
--- a/arch/microblaze/cpu/spl.c
+++ b/arch/microblaze/cpu/spl.c
@@ -2,7 +2,7 @@
/*
* (C) Copyright 2013 - 2014 Xilinx, Inc
*
- * Michal Simek <[email protected]>
+ * Michal Simek <[email protected]>
*/
#include <common.h>
diff --git a/arch/microblaze/cpu/u-boot-spl.lds b/arch/microblaze/cpu/u-boot-spl.lds
index 597095195ca..09abbea84d0 100644
--- a/arch/microblaze/cpu/u-boot-spl.lds
+++ b/arch/microblaze/cpu/u-boot-spl.lds
@@ -2,7 +2,7 @@
/*
* (C) Copyright 2013 - 2014 Xilinx, Inc
*
- * Michal Simek <[email protected]>
+ * Michal Simek <[email protected]>
*/
#include <asm-offsets.h>
diff --git a/arch/microblaze/include/asm/spl.h b/arch/microblaze/include/asm/spl.h
index 350d283124e..7557dc2a5a3 100644
--- a/arch/microblaze/include/asm/spl.h
+++ b/arch/microblaze/include/asm/spl.h
@@ -2,7 +2,7 @@
/*
* (C) Copyright 2013 - 2014 Xilinx, Inc
*
- * Michal Simek <[email protected]>
+ * Michal Simek <[email protected]>
*/
#ifndef _ASM_MICROBLAZE_SPL_H_