diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-02-15 00:22:37 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-02-15 00:22:37 +0100 | 
| commit | 32c70d3420739930165271d9a1b04572adf799fd (patch) | |
| tree | 831a575557df43006b82d7f7c7f80b3ad0450044 /cpu/ppc4xx/denali_spd_ddr2.c | |
| parent | a4f762a994657151536360b22c8df8bd56ba82a3 (diff) | |
| parent | f90e69c634f0b57e88533ceb36dabfd5b6b4e55a (diff) | |
| download | olio-uboot-2014.01-32c70d3420739930165271d9a1b04572adf799fd.tar.xz olio-uboot-2014.01-32c70d3420739930165271d9a1b04572adf799fd.zip | |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'cpu/ppc4xx/denali_spd_ddr2.c')
| -rw-r--r-- | cpu/ppc4xx/denali_spd_ddr2.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/cpu/ppc4xx/denali_spd_ddr2.c b/cpu/ppc4xx/denali_spd_ddr2.c index 825bc2139..60f89c97f 100644 --- a/cpu/ppc4xx/denali_spd_ddr2.c +++ b/cpu/ppc4xx/denali_spd_ddr2.c @@ -3,7 +3,7 @@   * This SPD SDRAM detection code supports AMCC PPC44x CPUs with a Denali-core   * DDR2 controller, specifically the 440EPx/GRx.   * - * (C) Copyright 2007 + * (C) Copyright 2007-2008   * Larry Johnson, lrj@acm.org.   *   * Based primarily on cpu/ppc4xx/4xx_spd_ddr2.c, which is... @@ -77,10 +77,10 @@   * memory.   *   * If at some time this restriction doesn't apply anymore, just define - * CFG_ENABLE_SDRAM_CACHE in the board config file and this code should setup + * CONFIG_4xx_DCACHE in the board config file and this code should setup   * everything correctly.   */ -#if defined(CFG_ENABLE_SDRAM_CACHE) +#if defined(CONFIG_4xx_DCACHE)  #define MY_TLB_WORD2_I_ENABLE	0			/* enable caching on SDRAM */  #else  #define MY_TLB_WORD2_I_ENABLE	TLB_WORD2_I_ENABLE	/* disable caching on SDRAM */ |