diff options
author | Tom Rini <trini@ti.com> | 2013-05-02 16:21:20 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-02 16:21:20 -0400 |
commit | e3288e1d152a213e71f99c093a4ef63041fe6997 (patch) | |
tree | b94203f8c5a07227847ca04ec5f2abeb6dee52a2 /include/common.h | |
parent | 63216de13488e8bc81afb53d0f5177142ee34ceb (diff) | |
parent | 8aa34499727936ede3f85033380720b4a9522aaa (diff) | |
download | u-boot-imx-e3288e1d152a213e71f99c093a4ef63041fe6997.zip u-boot-imx-e3288e1d152a213e71f99c093a4ef63041fe6997.tar.gz u-boot-imx-e3288e1d152a213e71f99c093a4ef63041fe6997.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h index fd2495f..8a1f3e4 100644 --- a/include/common.h +++ b/include/common.h @@ -648,9 +648,6 @@ int prt_8260_clks (void); #elif defined(CONFIG_MPC5xxx) int prt_mpc5xxx_clks (void); #endif -#if defined(CONFIG_MPC512X) -int prt_mpc512xxx_clks (void); -#endif #if defined(CONFIG_MPC8220) int prt_mpc8220_clks (void); #endif |