X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=api%2Fapi_platform-powerpc.c;h=9e9bc63b2f568aeeb83389530b40b86134294cbc;hb=23a06416858d839ee62dc00562be956be6d84bd2;hp=eb421d642d305b689b546d1ced6faafabcfe8a36;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;p=u-boot diff --git a/api/api_platform-powerpc.c b/api/api_platform-powerpc.c index eb421d642d..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_8xx) || defined(CONFIG_8260) || \ - 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