From: Grzegorz Bernacki <gjb@semihalf.com> Date: Tue, 8 Jan 2008 16:16:59 +0000 (+0100) Subject: MPC512X: Fixed typo in macro name. X-Git-Tag: v2025.01-rc5-pxa1908~22626^2~13 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=66a9455b6bf46d69cec5c88d1a600d1d9a10670d;p=u-boot.git MPC512X: Fixed typo in macro name. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> --- diff --git a/include/common.h b/include/common.h index 9ef9344412..54083f10c5 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)