summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorGrzegorz Bernacki <gjb@semihalf.com>2008-01-08 17:16:59 +0100
committerWolfgang Denk <wd@denx.de>2008-01-12 15:37:06 +0100
commit66a9455b6bf46d69cec5c88d1a600d1d9a10670d (patch)
tree47fab726e9ada174ea6270531f5670d88c7b9588 /include/common.h
parent281ff9a45cf9eb17b8a9afc436cb783cf1f62363 (diff)
MPC512X: Fixed typo in macro name.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 9ef934441..54083f10c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -468,7 +468,7 @@ int prt_8260_clks (void);
#elif defined(CONFIG_MPC5xxx)
int prt_mpc5xxx_clks (void);
#endif
-#if defined(CONFIG_MPC512x)
+#if defined(CONFIG_MPC512X)
int prt_mpc512xxx_clks (void);
#endif
#if defined(CONFIG_MPC8220)