projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c5b48f
)
mpc83xx: Fix the typo in global data struct
author
Dave Liu
<r63238@freescale.com>
Thu, 10 Jan 2008 15:04:13 +0000
(23:04 +0800)
committer
Kim Phillips
<kim.phillips@freescale.com>
Fri, 11 Jan 2008 03:06:48 +0000
(21:06 -0600)
Fix the typo in global_data.h
Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/asm-ppc/global_data.h
patch
|
blob
|
history
diff --git
a/include/asm-ppc/global_data.h
b/include/asm-ppc/global_data.h
index 91acf9b7cb26b5dba11347443edd33e2ca12d97a..c3b5e8292e5c3caacf7eb33441e1f5568a572082 100644
(file)
--- a/
include/asm-ppc/global_data.h
+++ b/
include/asm-ppc/global_data.h
@@
-63,7
+63,7
@@
typedef struct global_data {
#if defined (CONFIG_MPC834X)
u32 usbmph_clk;
#endif /* CONFIG_MPC834X */
-#if defined(CONFIG_MPC815)
+#if defined(CONFIG_MPC8
3
15)
u32 tdm_clk;
#endif
#if defined(CONFIG_MPC837X)