Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
d980a169
Commit
d980a169
authored
Aug 06, 2005
by
Wolfgang Denk
Browse files
Fix PowerQUICC II mask detection.
Patch by Eugene Surovegin, 20 Dec 2004
parent
d06a5f7e
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
d980a169
...
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.3:
======================================================================
* Fix PowerQUICC II mask detection.
Patch by Eugene Surovegin, 20 Dec 2004
* Add support for Altera NIOS DK1C20 board
Patch by Shlomo Kut, 13 Dec 2004
...
...
cpu/mpc8260/cpu.c
View file @
d980a169
...
...
@@ -137,13 +137,13 @@ int checkcpu (void)
puts
(
"0.0 0K50M"
);
break
;
case
0x0C10
:
puts
(
"1.0
0
K50M"
);
puts
(
"1.0
1
K50M"
);
break
;
case
0x0D00
:
puts
(
"0.0 0K50M"
);
break
;
case
0x0D10
:
puts
(
"1.0
0
K50M"
);
puts
(
"1.0
1
K50M"
);
break
;
default:
printf
(
"unknown [immr=0x%04x,k=0x%04x]"
,
m
,
k
);
...
...
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