summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpu')
-rw-r--r--cpu/arm926ejs/mx23/reset.S4
-rw-r--r--cpu/arm_cortexa8/cpu.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/cpu/arm926ejs/mx23/reset.S b/cpu/arm926ejs/mx23/reset.S
index a53ca57..9e1161b 100644
--- a/cpu/arm926ejs/mx23/reset.S
+++ b/cpu/arm926ejs/mx23/reset.S
@@ -1,10 +1,10 @@
/*
* Processor reset for Freescale MX23 SoC.
*
- * (C) Copyright 2009-2010 Freescale Semiconductor, Inc.
- *
* Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
*
+ * Copyright (C) 2009-2011 Freescale Semiconductor, Inc.
+
* -----------------------------------------------------
*
* This program is free software; you can redistribute it and/or
diff --git a/cpu/arm_cortexa8/cpu.c b/cpu/arm_cortexa8/cpu.c
index 70590ee..ac7ac13 100644
--- a/cpu/arm_cortexa8/cpu.c
+++ b/cpu/arm_cortexa8/cpu.c
@@ -8,6 +8,8 @@
* (C) Copyright 2002
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
*
+ * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
+ *
* See file CREDITS for list of people who contributed to this
* project.
*