X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=api%2Fapi_platform-powerpc.c;h=9e9bc63b2f568aeeb83389530b40b86134294cbc;hb=a9bdd67653c026d3f568375ca8e48fb5014c62c9;hp=7d54ea79784016c33a49160e99d09e3be18a186f;hpb=502589777416aaee32e4ba1682c6eb3aa3a88e1c;p=u-boot diff --git a/api/api_platform-powerpc.c b/api/api_platform-powerpc.c index 7d54ea7978..9e9bc63b2f 100644 --- a/api/api_platform-powerpc.c +++ b/api/api_platform-powerpc.c @@ -30,10 +30,8 @@ int platform_sys_info(struct sys_info *si) si->clk_bus = gd->bus_clk; si->clk_cpu = gd->cpu_clk; -#if defined(CONFIG_E500) || defined(CONFIG_MPC86xx) +#if defined(CONFIG_8xx) || defined(CONFIG_E500) || defined(CONFIG_MPC86xx) #define bi_bar bi_immr_base -#elif defined(CONFIG_MPC5xxx) -#define bi_bar bi_mbar_base #elif defined(CONFIG_MPC83xx) #define bi_bar bi_immrbar #endif