X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=api%2Fapi_platform-powerpc.c;h=f23f17501fa03c34b06d9fc22b8a754a9845dc1a;hb=58dac32764728f2f621377442d785936ec6925e8;hp=eb421d642d305b689b546d1ced6faafabcfe8a36;hpb=c2120fbfbc4d1f6953228f86be8bdbf38bacfdab;p=platform%2Fkernel%2Fu-boot.git diff --git a/api/api_platform-powerpc.c b/api/api_platform-powerpc.c index eb421d6..f23f175 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_5xx) || defined(CONFIG_8xx) || defined(CONFIG_8260) || \ +#if defined(CONFIG_5xx) || defined(CONFIG_8xx) || defined(CONFIG_MPC8260) || \ defined(CONFIG_E500) || defined(CONFIG_MPC86xx) #define bi_bar bi_immr_base #elif defined(CONFIG_MPC5xxx)