projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281ff9a
)
MPC512X: Fixed typo in macro name.
author
Grzegorz Bernacki
<gjb@semihalf.com>
Tue, 8 Jan 2008 16:16:59 +0000
(17:16 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 12 Jan 2008 14:37:06 +0000
(15:37 +0100)
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index
9ef9344
..
54083f1
100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-468,7
+468,7
@@
int prt_8260_clks (void);
#elif defined(CONFIG_MPC5xxx)
int prt_mpc5xxx_clks (void);
#endif
-#if defined(CONFIG_MPC512
x
)
+#if defined(CONFIG_MPC512
X
)
int prt_mpc512xxx_clks (void);
#endif
#if defined(CONFIG_MPC8220)