X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=api%2Fapi_platform-powerpc.c;h=9e9bc63b2f568aeeb83389530b40b86134294cbc;hb=0339086bd9b99ae354c26e8758d5bab51ef84a3a;hp=307a5f5bc462ee1d5968a595280cbfe0e0bc9d47;hpb=2eb48ff7a210ddd2a39bac23b3b9b39c60c32aef;p=people%2Fms%2Fu-boot.git diff --git a/api/api_platform-powerpc.c b/api/api_platform-powerpc.c index 307a5f5bc4..9e9bc63b2f 100644 --- a/api/api_platform-powerpc.c +++ b/api/api_platform-powerpc.c @@ -30,11 +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_5xx) || \ - 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