diff options
Diffstat (limited to 'cpu/ppc4xx/speed.c')
| -rw-r--r-- | cpu/ppc4xx/speed.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/cpu/ppc4xx/speed.c b/cpu/ppc4xx/speed.c index e552c0347..2d16a8342 100644 --- a/cpu/ppc4xx/speed.c +++ b/cpu/ppc4xx/speed.c @@ -199,7 +199,8 @@ ulong get_PCI_freq (void)  #elif defined(CONFIG_440) -#if  defined(CONFIG_440EP) || defined(CONFIG_440GR) +#if defined(CONFIG_440EP) || defined(CONFIG_440GR) || \ +    defined(CONFIG_440EPX) || defined(CONFIG_440GRX)  void get_sys_info (sys_info_t *sysInfo)  {  	unsigned long temp; |