Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
5a5c5698
Commit
5a5c5698
authored
Jan 15, 2007
by
Stefan Roese
Browse files
[PATCH] Fix 440SPe rev B detection from previous patch
Signed-off-by:
Stefan Roese
<
sr@denx.de
>
parent
44cd6de2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cpu/ppc4xx/cpu.c
View file @
5a5c5698
...
...
@@ -439,7 +439,7 @@ int ppc440spe_revB() {
unsigned
int
pvr
;
pvr
=
get_pvr
();
if
(
pvr
==
PVR_440SPe_RB
)
if
((
pvr
==
PVR_440SPe_6_RB
)
||
(
pvr
==
PVR_440SPe_RB
)
)
return
1
;
else
return
0
;
...
...
Write
Preview
Supports
Markdown
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