X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fasm-generic%2Fu-boot.h;h=e78196797bdd133db62cf978e27bab5ae36cf1d6;hb=58dac32764728f2f621377442d785936ec6925e8;hp=43872010c7f2ba43a91b6b9c70907861a5d56abd;hpb=cfda6bd2d803d0c01f485668eb8d952deb23cf2b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index 4387201..e781967 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -37,7 +37,7 @@ typedef struct bd_info { unsigned long bi_dsp_freq; /* dsp core frequency */ unsigned long bi_ddr_freq; /* ddr frequency */ #endif -#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) unsigned long bi_immr_base; /* base of IMMR register */ #endif