Title: [8695] trunk/arch/blackfin/kernel/setup.c: bfin: another year of changes
Revision
8695
Author
vapier
Date
2010-05-10 01:21:50 -0400 (Mon, 10 May 2010)

Log Message

bfin: another year of changes

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/setup.c (8694 => 8695)


--- trunk/arch/blackfin/kernel/setup.c	2010-05-09 09:48:16 UTC (rev 8694)
+++ trunk/arch/blackfin/kernel/setup.c	2010-05-10 05:21:50 UTC (rev 8695)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004-2009 Analog Devices Inc.
+ * Copyright 2004-2010 Analog Devices Inc.
  *
  * Licensed under the GPL-2 or later.
  */
@@ -925,7 +925,7 @@
 	else if (_bfin_swrst & RESET_SOFTWARE)
 		printk(KERN_NOTICE "Reset caused by Software reset\n");
 
-	printk(KERN_INFO "Blackfin support (C) 2004-2009 Analog Devices, Inc.\n");
+	printk(KERN_INFO "Blackfin support (C) 2004-2010 Analog Devices, Inc.\n");
 	if (bfin_compiled_revid() == 0xffff)
 		printk(KERN_INFO "Compiled for ADSP-%s Rev any, running on 0.%d\n", CPU, bfin_revid());
 	else if (bfin_compiled_revid() == -1)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to