[U-Boot-Users] [PATCH] [ads5121] Fixed typo in macro.
Grzegorz Bernacki
gjb at semihalf.com
Sat Jan 12 15:35:04 CET 2008
Signed-off-by: Grzegorz Bernacki <gjb at semihalf.com>
---
include/common.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/common.h b/include/common.h
index 493417f..1bc33f5 100644
--- a/include/common.h
+++ b/include/common.h
@@ -462,7 +462,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)
--
1.5.2.2
More information about the U-Boot
mailing list