diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/speed.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/speed.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/speed.c b/arch/powerpc/cpu/mpc85xx/speed.c index c4c156d73..a83dfeb84 100644 --- a/arch/powerpc/cpu/mpc85xx/speed.c +++ b/arch/powerpc/cpu/mpc85xx/speed.c @@ -112,7 +112,7 @@ void get_sys_info (sys_info_t * sysInfo)  #if (CONFIG_SYS_FSL_NUM_CC_PLLS == 2)  #define HWA_CC_PLL	1  #elif (CONFIG_SYS_FSL_NUM_CC_PLLS == 4) -#define HWA_CC_PLL	2	 +#define HWA_CC_PLL	2  #else  #error CONFIG_SYS_FSL_NUM_CC_PLLS not set or unknown case  #endif |