aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-02-02 02:55:37 -0500
committerBryan Wu <bryan.wu@analog.com>2008-02-02 02:55:37 -0500
commit550d553838b5369efba9e51520c85dbd03371cc8 (patch)
tree3be7af7a92f1f35d4e9af1b7d71a47b48d07b37c /arch/blackfin
parentb7627acc432a36072253bb1288f56e78c7d9423e (diff)
[Blackfin] arch: simpler header and update dates
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/kernel/setup.c29
1 files changed, 5 insertions, 24 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index 060080789495..8d9a40779de1 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -1,30 +1,11 @@
1/* 1/*
2 * File: arch/blackfin/kernel/setup.c 2 * arch/blackfin/kernel/setup.c
3 * Based on:
4 * Author:
5 * 3 *
6 * Created: 4 * Copyright 2004-2006 Analog Devices Inc.
7 * Description:
8 * 5 *
9 * Modified: 6 * Enter bugs at http://blackfin.uclinux.org/
10 * Copyright 2004-2006 Analog Devices Inc.
11 * 7 *
12 * Bugs: Enter bugs at http://blackfin.uclinux.org/ 8 * Licensed under the GPL-2 or later.
13 *
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation; either version 2 of the License, or
17 * (at your option) any later version.
18 *
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with this program; if not, see the file COPYING, or write
26 * to the Free Software Foundation, Inc.,
27 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28 */ 9 */
29 10
30#include <linux/delay.h> 11#include <linux/delay.h>
@@ -697,7 +678,7 @@ void __init setup_arch(char **cmdline_p)
697 else if (_bfin_swrst & RESET_SOFTWARE) 678 else if (_bfin_swrst & RESET_SOFTWARE)
698 printk(KERN_NOTICE "Reset caused by Software reset\n"); 679 printk(KERN_NOTICE "Reset caused by Software reset\n");
699 680
700 printk(KERN_INFO "Blackfin support (C) 2004-2007 Analog Devices, Inc.\n"); 681 printk(KERN_INFO "Blackfin support (C) 2004-2008 Analog Devices, Inc.\n");
701 if (bfin_compiled_revid() == 0xffff) 682 if (bfin_compiled_revid() == 0xffff)
702 printk(KERN_INFO "Compiled for ADSP-%s Rev any\n", CPU); 683 printk(KERN_INFO "Compiled for ADSP-%s Rev any\n", CPU);
703 else if (bfin_compiled_revid() == -1) 684 else if (bfin_compiled_revid() == -1)