]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc83xx: Fix the typo in global data struct
authorDave Liu <r63238@freescale.com>
Thu, 10 Jan 2008 15:04:13 +0000 (23:04 +0800)
committerKim 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

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)