diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/api_platform-powerpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api_platform-powerpc.c b/api/api_platform-powerpc.c index 9e9bc63..aae7dde 100644 --- a/api/api_platform-powerpc.c +++ b/api/api_platform-powerpc.c @@ -30,7 +30,7 @@ int platform_sys_info(struct sys_info *si) si->clk_bus = gd->bus_clk; si->clk_cpu = gd->cpu_clk; -#if defined(CONFIG_8xx) || defined(CONFIG_E500) || defined(CONFIG_MPC86xx) +#if defined(CONFIG_MPC8xx) || defined(CONFIG_E500) || defined(CONFIG_MPC86xx) #define bi_bar bi_immr_base #elif defined(CONFIG_MPC83xx) #define bi_bar bi_immrbar |