diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/api_platform-ppc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/api/api_platform-ppc.c b/api/api_platform-ppc.c index bfcc4175b..a3d981f9e 100644 --- a/api/api_platform-ppc.c +++ b/api/api_platform-ppc.c @@ -53,7 +53,7 @@ int platform_sys_info(struct sys_info *si)  #define bi_bar	bi_immr_base  #elif defined(CONFIG_MPC5xxx)  #define bi_bar	bi_mbar_base -#elif defined(CONFIG_MPC83XX) +#elif defined(CONFIG_MPC83xx)  #define bi_bar	bi_immrbar  #elif defined(CONFIG_MPC8220)  #define bi_bar	bi_mbar_base |