Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
be1577e3
Commit
be1577e3
authored
May 10, 2010
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: another year of changes (update copyright in boot log)
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
648eee52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/blackfin/kernel/setup.c
arch/blackfin/kernel/setup.c
+2
-2
No files found.
arch/blackfin/kernel/setup.c
View file @
be1577e3
/*
* Copyright 2004-20
09
Analog Devices Inc.
* Copyright 2004-20
10
Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
...
...
@@ -925,7 +925,7 @@ void __init setup_arch(char **cmdline_p)
else
if
(
_bfin_swrst
&
RESET_SOFTWARE
)
printk
(
KERN_NOTICE
"Reset caused by Software reset
\n
"
);
printk
(
KERN_INFO
"Blackfin support (C) 2004-20
09
Analog Devices, Inc.
\n
"
);
printk
(
KERN_INFO
"Blackfin support (C) 2004-20
10
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment