From: Dave Liu Date: Thu, 10 Jan 2008 15:04:13 +0000 (+0800) Subject: mpc83xx: Fix the typo in global data struct X-Git-Tag: v1.3.2-rc1~102^2~31^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c86ef2cd9ef81935049231fa89f36c7b793f2d4b;p=u-boot mpc83xx: Fix the typo in global data struct Fix the typo in global_data.h Signed-off-by: Dave Liu Signed-off-by: Kim Phillips --- diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index 91acf9b7cb..c3b5e8292e 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)