]> Git Repo - J-u-boot.git/commitdiff
mpc83xx: Fix the typo in global data struct
authorDave Liu <[email protected]>
Thu, 10 Jan 2008 15:04:13 +0000 (23:04 +0800)
committerKim Phillips <[email protected]>
Fri, 11 Jan 2008 03:06:48 +0000 (21:06 -0600)
Fix the typo in global_data.h

Signed-off-by: Dave Liu <[email protected]>
Signed-off-by: Kim Phillips <[email protected]>
include/asm-ppc/global_data.h

index 91acf9b7cb26b5dba11347443edd33e2ca12d97a..c3b5e8292e5c3caacf7eb33441e1f5568a572082 100644 (file)
@@ -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)
This page took 0.039305 seconds and 4 git commands to generate.