瀏覽代碼

MPC512X: Fixed typo in macro name.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Grzegorz Bernacki 17 年之前
父節點
當前提交
66a9455b6b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/common.h

+ 1 - 1
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)