diff options
author | Dave Liu <r63238@freescale.com> | 2008-01-10 23:04:13 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-10 21:06:48 -0600 |
commit | c86ef2cd9ef81935049231fa89f36c7b793f2d4b (patch) | |
tree | e2cc769ab417de5b1d82bcb9b472ab600e62271e /include/asm-ppc | |
parent | 2c5b48fc205c3e2752910da8f39209ed075929e5 (diff) | |
download | u-boot-imx-c86ef2cd9ef81935049231fa89f36c7b793f2d4b.zip u-boot-imx-c86ef2cd9ef81935049231fa89f36c7b793f2d4b.tar.gz u-boot-imx-c86ef2cd9ef81935049231fa89f36c7b793f2d4b.tar.bz2 |
mpc83xx: Fix the typo in global data struct
Fix the typo in global_data.h
Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | 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) |