* [U-Boot-Users] [PATCH 3/8] mpc83xx: Fix the typo in global data struct
@ 2008-01-10 15:04 Dave Liu
0 siblings, 0 replies; only message in thread
From: Dave Liu @ 2008-01-10 15:04 UTC (permalink / raw)
To: u-boot
Fix the typo in global_data.h
Signed-off-by: Dave Liu <daveliu@freescale.com>
---
include/asm-ppc/global_data.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h
index 91acf9b..c3b5e82 100644
--- 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_MPC8315)
u32 tdm_clk;
#endif
#if defined(CONFIG_MPC837X)
--
1.5.3.5.643.g40e25
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-10 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-10 15:04 [U-Boot-Users] [PATCH 3/8] mpc83xx: Fix the typo in global data struct Dave Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox